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 xtreak
Recipients nparslow, xtreak
Date 2018-09-24.11:30:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1537788605.67.0.956365154283.issue34752@psf.upfronthosting.co.za>
In-reply-to
Content
I looked some more into the linked issue and I think this is an explicit decision and the comment in the code indicates that the warning will be lost : https://github.com/python/cpython/blob/69d0bc1430d2e9cddf0b39054ddcb86dbbe7927e/Lib/warnings.py#L34 . I understand your perspective on failing silently but I am proposing to close this since enabling the error by removing UnicodeDecodeError in the except clause will be an incompatible change at this point.

Thanks
History
Date User Action Args
2018-09-24 11:30:05xtreaksetrecipients: + xtreak, nparslow
2018-09-24 11:30:05xtreaksetmessageid: <1537788605.67.0.956365154283.issue34752@psf.upfronthosting.co.za>
2018-09-24 11:30:05xtreaklinkissue34752 messages
2018-09-24 11:30:05xtreakcreate