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 terry.reedy
Recipients benjamin.peterson, kbk, roger.serwy, serhiy.storchaka, terry.reedy
Date 2014-10-02.19:59:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412279966.03.0.986905902257.issue21842@psf.upfronthosting.co.za>
In-reply-to
Content
I am not particularly interested in having Idle run on no-uhicode builds.  I believe the usecase is to reduce the memory footprint of a python installation, and that would suggest not including tcl/tk, tkinter, and idlelib.

Having Idle tests not fail on such a build is a good idea.  That could be easily done by adding 'requires_unicode', however that is spelled, to 2.7 test/test_idle.py.

If idlelib were to be patched, I would prefer to minimize the disruption and maintenance burden by adding 'class unicode(object): pass' and skip all the 'unicode' to '_unicode' changes.
History
Date User Action Args
2014-10-02 19:59:26terry.reedysetrecipients: + terry.reedy, kbk, benjamin.peterson, roger.serwy, serhiy.storchaka
2014-10-02 19:59:26terry.reedysetmessageid: <1412279966.03.0.986905902257.issue21842@psf.upfronthosting.co.za>
2014-10-02 19:59:26terry.reedylinkissue21842 messages
2014-10-02 19:59:25terry.reedycreate