[issue21847] Fix xmlrpc in unicodeless build

2016-01-18 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- assignee: -> serhiy.storchaka dependencies: -Fix unicodeless build of Python resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker __

[issue21847] Fix xmlrpc in unicodeless build

2016-01-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset f602dfd35cd4 by Serhiy Storchaka in branch '2.7': Issue #21847: Fixed xmlrpclib and tests on Unicode-disabled builds. https://hg.python.org/cpython/rev/f602dfd35cd4 -- nosy: +python-dev ___ Python tracker

[issue21847] Fix xmlrpc in unicodeless build

2014-06-24 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- dependencies: +Fix unicodeless build of Python keywords: +patch Added file: http://bugs.python.org/file35759/xmlrpc.patch ___ Python tracker ___

[issue21847] Fix xmlrpc in unicodeless build

2014-06-24 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: Proposed patch fixes the xmlrpc module and it's tests for Python built with the --disable-unicode configure option. -- components: Library (Lib), Tests messages: 221421 nosy: benjamin.peterson, loewis, serhiy.storchaka priority: normal severity: nor