Issue 21847: Fix xmlrpc in unicodeless build (original) (raw)

Created on 2014-06-24 07:29 by serhiy.storchaka, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
xmlrpc.patch serhiy.storchaka,2014-06-24 07:37 review
Messages (2)
msg221421 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2014-06-24 07:29
Proposed patch fixes the xmlrpc module and it's tests for Python built with the --disable-unicode configure option.
msg258534 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-01-18 17:40
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
History
Date User Action Args
2022-04-11 14:58:05 admin set github: 66046
2016-01-18 17:41:53 serhiy.storchaka set status: open -> closedassignee: serhiy.storchakadependencies: - Fix unicodeless build of Pythonresolution: fixedstage: patch review -> resolved
2016-01-18 17:40:50 python-dev set nosy: + python-devmessages: +
2014-06-24 07:37:48 serhiy.storchaka set files: + xmlrpc.patchkeywords: + patchdependencies: + Fix unicodeless build of Python
2014-06-24 07:29:48 serhiy.storchaka create