[issue21848] Fix logging in unicodeless build

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

[issue21848] Fix logging in unicodeless build

2014-06-25 Thread Vinay Sajip
Vinay Sajip added the comment: Tests fail with the patch applied, as requires_unicode appears not to be defined. Has it been added to test_support.py? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21848

[issue21848] Fix logging in unicodeless build

2014-06-25 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: requires_unicode() and u() are added in issue21833. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21848 ___

[issue21848] Fix logging in unicodeless build

2014-06-25 Thread Vinay Sajip
Vinay Sajip added the comment: requires_unicode() and u() are added in #21833 Okay, but it seems like there is some contention there. I suppose this patch can wait until that is resolved and if the relevant changes are merged into the 2.7 branch. --

[issue21848] Fix logging in unicodeless build

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

[issue21848] Fix logging in unicodeless build

2014-06-24 Thread Serhiy Storchaka
Changes by Serhiy Storchaka storch...@gmail.com: -- dependencies: +Fix unicodeless build of Python ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21848 ___