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 chuck, ned.deily
Date 2009-10-02.23:57:49
SpamBayes Score 2.656661e-05
Marked as misclassified No
Message-id <1254527872.01.0.531094842848.issue7038@psf.upfronthosting.co.za>
In-reply-to
Content
Running the test standalone works for me running under Terminal.app:

$ echo $TERM
xterm-color
$ cd /Library/Frameworks/Python.framework/Versions/2.6
$ bin/python2.6 lib/python2.6/test/regrtest.py -u curses test_curses
test_curses
1 test OK.

It's probably failing because of your terminal type or some other 
environment issue.  How are you running it?
History
Date User Action Args
2009-10-02 23:57:52ned.deilysetrecipients: + ned.deily, chuck
2009-10-02 23:57:52ned.deilysetmessageid: <1254527872.01.0.531094842848.issue7038@psf.upfronthosting.co.za>
2009-10-02 23:57:50ned.deilylinkissue7038 messages
2009-10-02 23:57:49ned.deilycreate