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.

作者 ncoghlan
收信人 Arfrever, amaury.forgeotdarc, berwin22, chris.jerdonek, eric.araujo, mark, martin.panter, mightyiam, ncoghlan, pitrou, r.david.murray, segfaulthunter, srid, steve.dower, vstinner
日期 2016-09-06.15:52:58
SpamBayes Score -1.0
Marked as misclassified
Message-id <1473177178.78.0.890457162555.issue6135@psf.upfronthosting.co.za>
In-reply-to
内容
Ah, excellent point about "encoding='utf-8'" already being a less cryptic replacement for universal_newlines=True, so consider my questions withdrawn :)

As far as universal_newlines goes, that needs to remain documented for the sake of folks reading code that uses it, and folks that need compatibility with older versions, but +1 for recommending specifying an encoding over using that flag for new 3.6+ code.
历史
日期 用户 动作 参数
2016-09-06 15:52:58ncoghlan修改recipients: + ncoghlan, amaury.forgeotdarc, pitrou, vstinner, mark, eric.araujo, segfaulthunter, Arfrever, r.david.murray, srid, mightyiam, chris.jerdonek, martin.panter, steve.dower, berwin22
2016-09-06 15:52:58ncoghlan修改messageid: <1473177178.78.0.890457162555.issue6135@psf.upfronthosting.co.za>
2016-09-06 15:52:58ncoghlan链接issue6135 messages
2016-09-06 15:52:58ncoghlan创建