This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author MostAwesomeDude
Recipients MostAwesomeDude
Date 2009-07-08.22:47:15
SpamBayes Score 0.054178312
Marked as misclassified No
Message-id <1247093237.58.0.29054416119.issue6442@psf.upfronthosting.co.za>
In-reply-to
Content
Not a big deal, but these two methods were backwards in AttributesImpl
in xml/sax/xmlreader.py, and it was causing fun little problems in some
of my code on Python 2.6.0, so I decided to whip up a patch.

(Of course, this is fixed in Py3k since has_key() got nuked.)

~ C.
History
Date User Action Args
2009-07-08 22:47:17MostAwesomeDudesetrecipients: + MostAwesomeDude
2009-07-08 22:47:17MostAwesomeDudesetmessageid: <1247093237.58.0.29054416119.issue6442@psf.upfronthosting.co.za>
2009-07-08 22:47:16MostAwesomeDudelinkissue6442 messages
2009-07-08 22:47:16MostAwesomeDudecreate