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 Aaron Ang
Recipients Aaron Ang, benjamin.peterson, bialix, eric.araujo, jaraco
Date 2018-04-16.02:45:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1523846747.14.0.682650639539.issue11594@psf.upfronthosting.co.za>
In-reply-to
Content
@Jason R. Coombs
You are right. I managed to reproduce the problem with a test. It only occurs when a fix is applied.

Also, I figured out that the refactoring reads in the file using `open(file, 'r')`, which basically transforms all line-endings to LF regardless the used line-endings. I think I fixed the problem, looking forward to receiving feedback 😬
History
Date User Action Args
2018-04-16 02:45:47Aaron Angsetrecipients: + Aaron Ang, jaraco, bialix, benjamin.peterson, eric.araujo
2018-04-16 02:45:47Aaron Angsetmessageid: <1523846747.14.0.682650639539.issue11594@psf.upfronthosting.co.za>
2018-04-16 02:45:47Aaron Anglinkissue11594 messages
2018-04-16 02:45:47Aaron Angcreate