[issue10664] xml.sax.expatreader should support namespace prefixes

2013-07-08 Thread Christian Heimes

Changes by Christian Heimes li...@cheimes.de:


--
nosy: +christian.heimes
versions: +Python 3.4 -Python 3.3

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue10664
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue10664] xml.sax.expatreader should support namespace prefixes

2011-02-04 Thread Nicolas Delaby

Nicolas Delaby delaby.nico...@gmail.com added the comment:

the PyXML sax parser support this feature.
May be it can be backported into stdlib ?

--
nosy: +Nicolas.Delaby

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue10664
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue10664] xml.sax.expatreader should support namespace prefixes

2010-12-09 Thread Fred L. Drake, Jr.

New submission from Fred L. Drake, Jr. fdr...@acm.org:

The xml.sax.expatreader module pre-dates prefix reporting from Expat, and 
should be modified to support the feature_namespace_prefixes feature instead of 
complaining that Expat doesn't support prefixes.

--
assignee: fdrake
components: XML
messages: 123699
nosy: fdrake
priority: normal
severity: normal
stage: needs patch
status: open
title: xml.sax.expatreader should support namespace prefixes
type: feature request
versions: Python 3.3

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue10664
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com