XMLGenerator.startElementNS bug - how to escalate?

  • Thread starter Nikolai Grigoriev
  • Start date
N

Nikolai Grigoriev

Dear all,

what is the process to escalate bugs in Python core libraries? I am
interested in one specific bug - that of xml/sax/saxutils.py,
XMLGenerator.startElementNS(). The method is completely
unusable, as it crashes on empty-namespace attributes (making
me wonder if its author ever tested it - most XML attributes
in the wild are unprefixed, aren't they?). As a result, we're left
without any namespace-aware SAX serializer in the core library,
which is not good.

What puzzles me is that the bug is reported 1.5+ years ago (#847665
in the SourceForge bug tracker), and a fix is attached to the issue
in the tracker. Several versions of Python have been released since
then, but the issue is still open, and the problem is still there. What
else is needed for the patch to find its way into the standard
distribution? Can I help pushing it there?

Regards,
Nikolai Grigoriev
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,241
Messages
2,571,219
Members
47,851
Latest member
TheoChestn

Latest Threads

Top