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.

Author vstinner
Recipients phaering, rpetrov, vstinner
Date 2012-04-18.11:13:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334747594.74.0.633805387198.issue14598@psf.upfronthosting.co.za>
In-reply-to
Content
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
+*/
History
Date User Action Args
2012-04-18 11:13:14vstinnersetrecipients: + vstinner, rpetrov, phaering
2012-04-18 11:13:14vstinnersetmessageid: <1334747594.74.0.633805387198.issue14598@psf.upfronthosting.co.za>
2012-04-18 11:13:14vstinnerlinkissue14598 messages
2012-04-18 11:13:14vstinnercreate