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

Facundo Batista report at bugs.python.org
Mon Jun 30 14:06:08 CEST 2008


Facundo Batista <facundo at taniquetil.com.ar> added the comment:

Ah, I now understand what you mean.

The best, IMO, to avoid the confusion in the import and in the usage, is
to do:

>>> import curses.ascii as curses_ascii

Do you care to send a patch?  Thank you!

----------
assignee:  -> facundobatista
resolution: invalid -> 
status: closed -> open

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


More information about the Python-bugs-list mailing list