[issue7597] curses.use_env implementation error

2009-12-30 Thread Kan-Ru Chen
New submission from Kan-Ru Chen ka...@kanru.info: 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

[issue7597] curses.use_env implementation error

2009-12-30 Thread Kan-Ru Chen
Changes by Kan-Ru Chen ka...@kanru.info: Added file: http://bugs.python.org/file15699/test_ctypes.py ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7597

[issue7597] curses.use_env implementation error

2009-12-30 Thread Kan-Ru Chen
Changes by Kan-Ru Chen ka...@kanru.info: -- keywords: +patch Added file: http://bugs.python.org/file15700/_curses.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7597

[issue7089] shlex behaves unexpected if newlines are not whitespace

2009-12-30 Thread Kan-Ru Chen
Changes by Kan-Ru Chen ka...@kanru.info: -- nosy: +kanru ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7089 ___ ___ Python-bugs-list mailing list