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 vstinner
Recipients vstinner
Date 2017-05-04.11:18:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493896697.68.0.986317022158.issue30264@psf.upfronthosting.co.za>
In-reply-to
Content
I wrote a different change which doesn't use the parser anymore, since it seems like xml.sax allows to plug third-party parsers. My new PR 1451 closes directly the file or urllib object, instead of touching the parser (which can have more visible side effect).

@Serhiy: On my first PR 1444, you wrote:
"Add a Misc/NEWS entry. This change changes behavior. It can change visible exception."

Do you consider that a NEWS entry is needed for my new PR 1451? I plan to backport the change to 2.7, 3.5 and 3.6.
History
Date User Action Args
2017-05-04 11:18:17vstinnersetrecipients: + vstinner
2017-05-04 11:18:17vstinnersetmessageid: <1493896697.68.0.986317022158.issue30264@psf.upfronthosting.co.za>
2017-05-04 11:18:17vstinnerlinkissue30264 messages
2017-05-04 11:18:17vstinnercreate