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: Remove references to _xmlrpclib from xmlrpclib.py
Type: Stage:
Components: Library (Lib) Versions: Python 2.7, Python 2.6
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: effbot Nosy List: BreamoreBoy, alanmcintyre, effbot, georg.brandl, klaas, schmir
Priority: normal Keywords: patch

Created on 2007-08-14 05:30 by alanmcintyre, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
remove-_xmlrpclib.diff alanmcintyre, 2007-08-14 05:30
Messages (5)
msg53025 - (view) Author: Alan McIntyre (alanmcintyre) * (Python committer) Date: 2007-08-14 05:30
The _xmlrpclib accelerator extension for xmlrpclib is long gone from stdlib, but there are still references to it in xmlrpclib.py.  This patch removes those references.

msg57003 - (view) Author: Mike Klaas (klaas) Date: 2007-10-31 21:19
Patch applies to 2.5 cleanly, test_xmlrpc passes.
msg111532 - (view) Author: Mark Lawrence (BreamoreBoy) * Date: 2010-07-25 10:02
This has already been done for py3k.  Is it worth doing for 2.6 or 2.7?
msg111543 - (view) Author: Alan McIntyre (alanmcintyre) * (Python committer) Date: 2010-07-25 13:09
Both 2.6 and 2.7 are in the maintenance-only stage at this point, aren't they?  I personally don't think this important enough to worry about for 2.x.
msg112010 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2010-07-29 21:23
Same here.
History
Date User Action Args
2022-04-11 14:56:25adminsetgithub: 45309
2010-07-29 21:23:27georg.brandlsetstatus: open -> closed

nosy: + georg.brandl
messages: + msg112010

resolution: out of date
2010-07-25 13:09:25alanmcintyresetmessages: + msg111543
2010-07-25 10:02:36BreamoreBoysetnosy: + BreamoreBoy

messages: + msg111532
versions: + Python 2.7
2008-03-14 19:21:57schmirsetnosy: + schmir
2007-11-01 17:13:51georg.brandlsetassignee: effbot
nosy: + effbot
2007-10-31 21:19:07klaassetnosy: + klaas
messages: + msg57003
2007-08-14 05:30:09alanmcintyrecreate