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 vstinner
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.16:37:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwafCJ-3nQMD6x9BwUVXx9WBJXj5p4HSDibn+yLus5W-gA@mail.gmail.com>
In-reply-to <1473174709.61.0.0280753471646.issue6135@psf.upfronthosting.co.za>
Content
Steve Dower added the comment:
> Given specifying an encoding will do the same thing as universal_newlines would have, should I just "hide" references to universal_newlines in the doc? (i.e. only mention it under a versionchanged banner, rather than front-and-centre)

No. Don't hide universal_newlines, it's different than encoding.
universal_newlines uses the locale encoding which is a good choice in
most cases.
History
Date User Action Args
2016-09-06 16:37:05vstinnersetrecipients: + vstinner, amaury.forgeotdarc, ncoghlan, pitrou, mark, eric.araujo, segfaulthunter, Arfrever, r.david.murray, srid, mightyiam, chris.jerdonek, martin.panter, steve.dower, berwin22
2016-09-06 16:37:04vstinnerlinkissue6135 messages
2016-09-06 16:37:04vstinnercreate