[issue3239] curses/textpad.py incorrectly and redundantly imports ascii

Georgij Kondratjev report at bugs.python.org
Tue Jul 1 19:47:12 CEST 2008


Georgij Kondratjev <smpuj at bk.ru> added the comment:

>>> import curses.ascii as curses_ascii

If you like curses_ascii you would probably like curses.ascii :) so here
is the patch. I tested it with module built-in testing facility (if
__name__ == '__main__') but didn't run other tests.

Patch with "patch -i curses-textpad-ascii.patch
src/python/Lib/curses/textpad.py"

----------
keywords: +patch
Added file: http://bugs.python.org/file10790/curses-textpad-ascii.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3239>
_______________________________________


More information about the Python-bugs-list mailing list