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 ncoghlan
Recipients Arfrever, amaury.forgeotdarc, berwin22, chris.jerdonek, eric.araujo, mark, martin.panter, mightyiam, ncoghlan, pitrou, r.david.murray, segfaulthunter, srid, steve.dower, vstinner
Date 2016-09-06.15:52:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473177178.78.0.890457162555.issue6135@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-09-06 15:52:58ncoghlansetrecipients: + 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:58ncoghlansetmessageid: <1473177178.78.0.890457162555.issue6135@psf.upfronthosting.co.za>
2016-09-06 15:52:58ncoghlanlinkissue6135 messages
2016-09-06 15:52:58ncoghlancreate