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 gphemsley
Recipients gphemsley, py.user, rhettinger
Date 2017-12-24.00:03:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1514073787.31.0.213398074469.issue28236@psf.upfronthosting.co.za>
In-reply-to
Content
I disagree. This library is meant to be an interface onto XML syntax, and XML has pretty strict requirements on syntax. As msg277125 shows, you're liable to get very far downstream before the error becomes apparent.

In addition, I'm finding a number of internal inconsistencies, both between the docs and the code and between the Python code and the C code, that demonstrate that doing these type checks up front would be beneficial to the entire library. (Note: The C code also does not do them.)
History
Date User Action Args
2017-12-24 00:03:07gphemsleysetrecipients: + gphemsley, rhettinger, py.user
2017-12-24 00:03:07gphemsleysetmessageid: <1514073787.31.0.213398074469.issue28236@psf.upfronthosting.co.za>
2017-12-24 00:03:07gphemsleylinkissue28236 messages
2017-12-24 00:03:07gphemsleycreate