[issue21835] Fix Tkinter in unicodeless build

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

[issue21835] Fix Tkinter in unicodeless build

2014-06-24 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- nosy: +benjamin.peterson ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https

[issue21835] Fix Tkinter in unicodeless build

2014-06-24 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- dependencies: +Fix unicodeless build of Python ___ Python tracker ___ ___ Python-bugs-list mailing li

[issue21835] Fix Tkinter in unicodeless build

2014-06-24 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: Proposed patch fixes the Tkinter module and it's tests for Python built with --disable-unicode configure option. -- components: Build, Tests, Tkinter files: tkinter.patch keywords: patch messages: 221404 nosy: serhiy.storchaka priority: normal sever