[issue7089] shlex behaves unexpected if newlines are not whitespace

2009-12-30 Thread Kan-Ru Chen
Changes by Kan-Ru Chen : -- nosy: +kanru ___ Python tracker <http://bugs.python.org/issue7089> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue7597] curses.use_env implementation error

2009-12-30 Thread Kan-Ru Chen
Changes by Kan-Ru Chen : -- keywords: +patch Added file: http://bugs.python.org/file15700/_curses.patch ___ Python tracker <http://bugs.python.org/issue7

[issue7597] curses.use_env implementation error

2009-12-30 Thread Kan-Ru Chen
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

[issue7597] curses.use_env implementation error

2009-12-30 Thread Kan-Ru Chen
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