This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Fix xmlrpc in unicodeless build
Type: behavior Stage: resolved
Components: Library (Lib), Tests Versions: Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: serhiy.storchaka Nosy List: benjamin.peterson, loewis, python-dev, serhiy.storchaka
Priority: normal Keywords: patch

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:05adminsetgithub: 66046
2016-01-18 17:41:53serhiy.storchakasetstatus: open -> closed
assignee: serhiy.storchaka
dependencies: - Fix unicodeless build of Python
resolution: fixed
stage: patch review -> resolved
2016-01-18 17:40:50python-devsetnosy: + python-dev
messages: + msg258534
2014-06-24 07:37:48serhiy.storchakasetfiles: + xmlrpc.patch
keywords: + patch
dependencies: + Fix unicodeless build of Python
2014-06-24 07:29:48serhiy.storchakacreate