Issue 10664: xml.sax.expatreader should support namespace prefixes (original) (raw)
Issue10664
Created on 2010-12-09 21:10 by fdrake, last changed 2022-04-11 14:57 by admin.
Messages (2) | ||
---|---|---|
msg123699 - (view) | Author: Fred Drake (fdrake) ![]() |
Date: 2010-12-09 21:10 |
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. | ||
msg127879 - (view) | Author: Nicolas Delaby (Nicolas.Delaby) | Date: 2011-02-04 09:50 |
the PyXML sax parser support this feature. May be it can be backported into stdlib ? |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:57:10 | admin | set | github: 54873 |
2013-07-08 16:45:49 | christian.heimes | set | nosy: + christian.heimesversions: + Python 3.4, - Python 3.3 |
2011-02-04 09:50:01 | Nicolas.Delaby | set | nosy: + Nicolas.Delabymessages: + |
2010-12-09 21:10:59 | fdrake | create |