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 exarkun
Recipients exarkun
Date 2009-03-13.16:50:57
SpamBayes Score 7.478296e-12
Marked as misclassified No
Message-id <1236963062.63.0.579203765421.issue5485@psf.upfronthosting.co.za>
In-reply-to
Content
Lacking unit tests for this (documented) functionality makes it harder
for alternate Python runtimes to correctly provide it.  Plus, if it's
not tested, it might not work.

I tried to write tests for the feature since I recently used it and
thought it would be pretty straightforward.  However, I failed.  expat
inscrutably refuses to call the external entity ref handler I provided
in my test.  Attached is my attempted, in case anyone feels like helping
complete it.
History
Date User Action Args
2009-03-13 16:51:02exarkunsetrecipients: + exarkun
2009-03-13 16:51:02exarkunsetmessageid: <1236963062.63.0.579203765421.issue5485@psf.upfronthosting.co.za>
2009-03-13 16:51:00exarkunlinkissue5485 messages
2009-03-13 16:50:59exarkuncreate