Changes by Kan-Ru Chen :
--
nosy: +kanru
___
Python tracker
<http://bugs.python.org/issue7089>
___
___
Python-bugs-list mailing list
Unsubscribe:
http://mail.pyth
Changes by Kan-Ru Chen :
--
keywords: +patch
Added file: http://bugs.python.org/file15700/_curses.patch
___
Python tracker
<http://bugs.python.org/issue7
Changes by Kan-Ru Chen :
Added file: http://bugs.python.org/file15699/test_ctypes.py
___
Python tracker
<http://bugs.python.org/issue7597>
___
___
Python-bugs-list mailin
New submission from Kan-Ru Chen :
According to doc:
http://docs.python.org/library/curses.html#curses.use_env
curses.use_env() must be called before initscr(), curses man page also
says so.
But python gives error: _curses.error: must call initscr() first
test.py is the test program, the