[issue21843] Fix doctest in unicodeless build

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

[issue21843] Fix doctest 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

[issue21843] Fix doctest in unicodeless build

2014-06-24 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: Proposed patch fixes the doctest module and it's tests for Python built with the --disable-unicode configure option. -- components: Library (Lib), Tests files: doctest.patch keywords: patch messages: 221415 nosy: benjamin.peterson, serhiy.storchaka