[issue21842] Fix IDLE in unicodeless build

2017-04-20 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- resolution: -> rejected stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue21842] Fix IDLE in unicodeless build

2014-10-14 Thread Serhiy Storchaka
Changes by Serhiy Storchaka storch...@gmail.com: -- dependencies: +Fix Tkinter in unicodeless build priority: normal - low ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21842 ___

[issue21842] Fix IDLE in unicodeless build

2014-10-12 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Most tests which detects no-unicode build, assume that the unicode doesn't exist. It can be confused to introduce faked public (non-underscored) name. -- ___ Python tracker rep...@bugs.python.org

[issue21842] Fix IDLE in unicodeless build

2014-10-02 Thread Terry J. Reedy
Terry J. Reedy added the comment: 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

[issue21842] Fix IDLE in unicodeless build

2014-06-24 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: Proposed patch fixes IDLE and it's tests for Python built with the --disable-unicode configure option. -- components: IDLE, Tests messages: 221414 nosy: kbk, roger.serwy, serhiy.storchaka, terry.reedy priority: normal severity: normal stage: patch

[issue21842] Fix IDLE in unicodeless build

2014-06-24 Thread Serhiy Storchaka
Changes by Serhiy Storchaka storch...@gmail.com: -- dependencies: +Fix unicodeless build of Python keywords: +patch nosy: +benjamin.peterson Added file: http://bugs.python.org/file35753/idle.patch ___ Python tracker rep...@bugs.python.org