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 steve.dower
Recipients SilentGhost, jonathan-lp, methane, paul.moore, steve.dower, tim.golden, vinay.sajip, zach.ware
Date 2019-06-13.14:51:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560437501.5.0.837256035659.issue37111@roundup.psfhosted.org>
In-reply-to
Content
I think Vinay gets to make the call, but I also agree that some sort of error handling by default makes sense for logging. Especially now that it's (about to be) easier to override the default.

FWIW, I'd leave the default arguments as None and just coerce it as late as possible, before TextIOWrapper does it.
History
Date User Action Args
2019-06-13 14:51:41steve.dowersetrecipients: + steve.dower, paul.moore, vinay.sajip, tim.golden, methane, SilentGhost, zach.ware, jonathan-lp
2019-06-13 14:51:41steve.dowersetmessageid: <1560437501.5.0.837256035659.issue37111@roundup.psfhosted.org>
2019-06-13 14:51:41steve.dowerlinkissue37111 messages
2019-06-13 14:51:41steve.dowercreate