Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xml.sax.expatreader should support namespace prefixes #54873

Open
freddrake opened this issue Dec 9, 2010 · 2 comments
Open

xml.sax.expatreader should support namespace prefixes #54873

freddrake opened this issue Dec 9, 2010 · 2 comments
Assignees
Labels
topic-XML type-feature A feature request or enhancement

Comments

@freddrake
Copy link
Member

freddrake commented Dec 9, 2010

BPO 10664
Nosy @freddrake, @tiran

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = 'https://github.com/freddrake'
closed_at = None
created_at = <Date 2010-12-09.21:10:59.984>
labels = ['expert-XML', 'type-feature']
title = 'xml.sax.expatreader should support namespace prefixes'
updated_at = <Date 2013-07-08.16:45:49.033>
user = 'https://github.com/freddrake'

bugs.python.org fields:

activity = <Date 2013-07-08.16:45:49.033>
actor = 'christian.heimes'
assignee = 'fdrake'
closed = False
closed_date = None
closer = None
components = ['XML']
creation = <Date 2010-12-09.21:10:59.984>
creator = 'fdrake'
dependencies = []
files = []
hgrepos = []
issue_num = 10664
keywords = []
message_count = 2.0
messages = ['123699', '127879']
nosy_count = 3.0
nosy_names = ['fdrake', 'christian.heimes', 'Nicolas.Delaby']
pr_nums = []
priority = 'normal'
resolution = None
stage = 'needs patch'
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue10664'
versions = ['Python 3.4']

Linked PRs

@freddrake
Copy link
Member Author

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.

@freddrake freddrake self-assigned this Dec 9, 2010
@freddrake freddrake added topic-XML type-feature A feature request or enhancement labels Dec 9, 2010
@NicolasDelaby
Copy link
Mannequin

NicolasDelaby mannequin commented Feb 4, 2011

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic-XML type-feature A feature request or enhancement
Projects
None yet
Development

No branches or pull requests

1 participant