STINNER Victor added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue30264>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to