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 yury
Recipients yury
Date 2009-12-23.01:46:16
SpamBayes Score 1.2691042e-07
Marked as misclassified No
Message-id <1261532778.06.0.257601342471.issue7567@psf.upfronthosting.co.za>
In-reply-to
Content
Calling curses.initscr after curses.endwin() results in a messed up
terminal the second time curses.endwind() is called. For example:

import curses
curses.initscr(); curses.endwin(); curses.initscr(); curses.endwin()

This behaves correctly in python 2.5. It does not work in python 2.6.
History
Date User Action Args
2009-12-23 01:46:18yurysetrecipients: + yury
2009-12-23 01:46:18yurysetmessageid: <1261532778.06.0.257601342471.issue7567@psf.upfronthosting.co.za>
2009-12-23 01:46:16yurylinkissue7567 messages
2009-12-23 01:46:16yurycreate