[issue21852] Fix optparse in unicodeless build

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

[issue21852] Fix optparse in unicodeless build

2014-07-05 Thread Mark Lawrence
Mark Lawrence added the comment: I don't see much point to this as optparse has been deprecated in 2.7. -- nosy: +BreamoreBoy ___ Python tracker ___ _

[issue21852] Fix optparse 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

[issue21852] Fix optparse in unicodeless build

2014-06-24 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: Proposed patch fixes the optparse module and it's tests for Python built with the --disable-unicode configure option. -- files: optparse.patch keywords: patch messages: 221426 nosy: aronacher, benjamin.peterson, serhiy.storchaka priority: normal sev