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 barry, brett.cannon, ezio.melotti, vstinner
Date 2011-12-10.13:58:13
SpamBayes Score 5.828982e-05
Marked as misclassified No
Message-id <1323525493.94.0.885109396416.issue13572@psf.upfronthosting.co.za>
In-reply-to
Content
The problem comes maybe from the name of a curses key, keyname(). PyInit__curses() gets the name of all keys (KEY_MIN..KEY_MAX).
History
Date User Action Args
2011-12-10 13:58:14vstinnersetrecipients: + vstinner, barry, brett.cannon, ezio.melotti
2011-12-10 13:58:13vstinnersetmessageid: <1323525493.94.0.885109396416.issue13572@psf.upfronthosting.co.za>
2011-12-10 13:58:13vstinnerlinkissue13572 messages
2011-12-10 13:58:13vstinnercreate