This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author facundobatista
Recipients facundobatista, orivej
Date 2008-06-30.12:05:06
SpamBayes Score 0.033444744
Marked as misclassified No
Message-id <1214827568.53.0.0271605083977.issue3239@psf.upfronthosting.co.za>
In-reply-to
Content
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!
History
Date User Action Args
2008-06-30 12:06:08facundobatistasetspambayes_score: 0.0334447 -> 0.033444744
recipients: + facundobatista, orivej
2008-06-30 12:06:08facundobatistasetspambayes_score: 0.0334447 -> 0.0334447
messageid: <1214827568.53.0.0271605083977.issue3239@psf.upfronthosting.co.za>
2008-06-30 12:05:07facundobatistalinkissue3239 messages
2008-06-30 12:05:07facundobatistacreate