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 ned.deily
Recipients akuchling, macfreek, ned.deily
Date 2011-01-09.00:07:52
SpamBayes Score 0.0018613068
Marked as misclassified No
Message-id <1294531676.61.0.609700456006.issue5622@psf.upfronthosting.co.za>
In-reply-to
Content
A simpler way to reproduce:
TERM= python -c 'import curses; curses.wrapper(lambda a:a.getch())'

I looked at adding an automated test case for this but it is a little tricky to make it bulletproof across all environments. Since the problem is really a one-time coding error, perhaps a permanent test case can be omitted?
History
Date User Action Args
2011-01-09 00:07:56ned.deilysetrecipients: + ned.deily, akuchling, macfreek
2011-01-09 00:07:56ned.deilysetmessageid: <1294531676.61.0.609700456006.issue5622@psf.upfronthosting.co.za>
2011-01-09 00:07:52ned.deilylinkissue5622 messages
2011-01-09 00:07:52ned.deilycreate