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 SilentGhost
Recipients Philip Martin, SilentGhost, serhiy.storchaka
Date 2016-03-27.08:13:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1459066427.15.0.492286615316.issue26648@psf.upfronthosting.co.za>
In-reply-to
Content
While the 'U' mode has been deprecated it doesn't mean that your example doesn't run in 3.5 - it runs just fine and will keep doing so until 4.0

I'm attaching patch that suggests using newline=None (even though it's a default value for open), as that what seems to better correspond to the old 'U' mode.
History
Date User Action Args
2016-03-27 08:13:47SilentGhostsetrecipients: + SilentGhost, serhiy.storchaka, Philip Martin
2016-03-27 08:13:47SilentGhostsetmessageid: <1459066427.15.0.492286615316.issue26648@psf.upfronthosting.co.za>
2016-03-27 08:13:47SilentGhostlinkissue26648 messages
2016-03-27 08:13:46SilentGhostcreate