
report at bugs
Jun 30, 2008, 5:06 AM
Post #5 of 7
(139 views)
Permalink
|
|
[issue3239] curses/textpad.py incorrectly and redundantly imports ascii
[In reply to]
|
|
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> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
|