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 gregory.p.smith
Recipients Arfrever, amaury.forgeotdarc, barry, benjamin.peterson, dmalcolm, georg.brandl, gregory.p.smith, pitrou
Date 2012-03-14.05:27:45
SpamBayes Score 5.929433e-06
Marked as misclassified No
Message-id <1331702866.16.0.910944962158.issue14234@psf.upfronthosting.co.za>
In-reply-to
Content
The existing pyexpat API doesn't give me a way to test if hash randomization is actually working so I'm going ahead without a specific test case for this.

Attributes are either reported to xmlparser.SameElementHandler in a dictionary (unordered) or are reported in a list in the order they appeared on the element depending on the xmlparser.ordered_attributes bool.
History
Date User Action Args
2012-03-14 05:27:46gregory.p.smithsetrecipients: + gregory.p.smith, barry, georg.brandl, amaury.forgeotdarc, pitrou, benjamin.peterson, Arfrever, dmalcolm
2012-03-14 05:27:46gregory.p.smithsetmessageid: <1331702866.16.0.910944962158.issue14234@psf.upfronthosting.co.za>
2012-03-14 05:27:45gregory.p.smithlinkissue14234 messages
2012-03-14 05:27:45gregory.p.smithcreate