This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

作者 vstinner
收信人 phaering, rpetrov, vstinner
日期 2012-04-18.11:13:14
SpamBayes Score -1.0
Marked as misclassified
Message-id <1334747594.74.0.633805387198.issue14598@psf.upfronthosting.co.za>
In-reply-to
内容
You should remove the old code instead of comment it.

+/* NOTE configure check if ncurses require such definition
 #define NCURSES_OPAQUE 0
+*/

+/* NOTE configure check for existence of flags
+ * Also flags are visible only if WINDOW structure is not opaque
 #ifndef WINDOW_HAS_FLAGS
 #define WINDOW_HAS_FLAGS 1
 #endif
+*/
历史
日期 用户 动作 参数
2012-04-18 11:13:14vstinner修改recipients: + vstinner, rpetrov, phaering
2012-04-18 11:13:14vstinner修改messageid: <1334747594.74.0.633805387198.issue14598@psf.upfronthosting.co.za>
2012-04-18 11:13:14vstinner链接issue14598 messages
2012-04-18 11:13:14vstinner创建