[New-bugs-announce] [issue11164] xml shouldn't use _xmlplus

Arfrever Frehtes Taifersar Arahesis report at bugs.python.org
Wed Feb 9 23:10:28 CET 2011


New submission from Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA at GMail.Com>:

Lib/xml/__init__.py since r16544 tries to replace xml package with _xmlplus package from PyXML. PyXML is no longer maintained and doesn't support Python 3, so it should be safe to remove PyXML-related code in Lib/xml/__init__.py in Python 3.1 / 3.2.

----------
components: Library (Lib), XML
messages: 128242
nosy: Arfrever, akuchling, fdrake, jkloth, loewis
priority: normal
severity: normal
status: open
title: xml shouldn't use _xmlplus
versions: Python 3.1, Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11164>
_______________________________________


More information about the New-bugs-announce mailing list