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 martin.panter
Recipients christian.heimes, martin.panter, serhiy.storchaka
Date 2016-06-04.06:48:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465022938.73.0.664741683902.issue24238@psf.upfronthosting.co.za>
In-reply-to
Content
Today I discovered that Christian’s defusedxml project already does the same sort of thing. The difference is he calls the parameter forbid_entities. So I have updated my patch and changed the name from reject_entities to forbid_entities for compatibility.
History
Date User Action Args
2016-06-04 06:48:58martin.pantersetrecipients: + martin.panter, christian.heimes, serhiy.storchaka
2016-06-04 06:48:58martin.pantersetmessageid: <1465022938.73.0.664741683902.issue24238@psf.upfronthosting.co.za>
2016-06-04 06:48:58martin.panterlinkissue24238 messages
2016-06-04 06:48:58martin.pantercreate