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 Brock Mendel
Recipients Brock Mendel
Date 2019-12-04.16:51:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1575478307.61.0.215522324906.issue38971@roundup.psfhosted.org>
In-reply-to
Content
xref https://github.com/pandas-dev/pandas/pull/30034

codecs.open does `file = open(...)` before validating the encoding kwarg, leaving the open file behind if that validation raises.
History
Date User Action Args
2019-12-04 16:51:47Brock Mendelsetrecipients: + Brock Mendel
2019-12-04 16:51:47Brock Mendelsetmessageid: <1575478307.61.0.215522324906.issue38971@roundup.psfhosted.org>
2019-12-04 16:51:47Brock Mendellinkissue38971 messages
2019-12-04 16:51:47Brock Mendelcreate