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 Slawomir Nowaczyk
Recipients Aaron Ang, Slawomir Nowaczyk, benjamin.peterson, bialix, eric.araujo, jaraco, lukasz.langa, miss-islington
Date 2018-07-26.20:41:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1532637681.64.0.56676864532.issue11594@psf.upfronthosting.co.za>
In-reply-to
Content
I've just tried 2to3 in 3.7.0, and it still breaks line endings for me...

Seems like one also needs to fix line 517 in refactor.py
  fp = io.open(filename, "w", encoding=encoding, newline='')
History
Date User Action Args
2018-07-26 20:41:21Slawomir Nowaczyksetrecipients: + Slawomir Nowaczyk, jaraco, bialix, benjamin.peterson, eric.araujo, lukasz.langa, miss-islington, Aaron Ang
2018-07-26 20:41:21Slawomir Nowaczyksetmessageid: <1532637681.64.0.56676864532.issue11594@psf.upfronthosting.co.za>
2018-07-26 20:41:21Slawomir Nowaczyklinkissue11594 messages
2018-07-26 20:41:21Slawomir Nowaczykcreate