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 orivej
Recipients facundobatista, orivej
Date 2008-07-01.17:47:11
SpamBayes Score 0.09733404
Marked as misclassified No
Message-id <1214934432.84.0.128206887909.issue3239@psf.upfronthosting.co.za>
In-reply-to
Content
>>> 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"
History
Date User Action Args
2008-07-01 17:47:13orivejsetspambayes_score: 0.097334 -> 0.09733404
recipients: + orivej, facundobatista
2008-07-01 17:47:12orivejsetspambayes_score: 0.097334 -> 0.097334
messageid: <1214934432.84.0.128206887909.issue3239@psf.upfronthosting.co.za>
2008-07-01 17:47:12orivejlinkissue3239 messages
2008-07-01 17:47:11orivejcreate