[issue35852] Fixed tests regenerating using CRLF when running it on Windows

2019-02-17 Thread Addons Zz
Change by Addons Zz : -- stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing

[issue35852] Fixed tests regenerating using CRLF when running it on Windows

2019-02-17 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: PR 11697 keeps existing CRLFs in unmodified part, by writes bare LFs for auto-generated part. The result can contain mixed newlines. The current code looks correct to me. Just git should be configured to convert LF to platform specific newlines in source

[issue35852] Fixed tests regenerating using CRLF when running it on Windows

2019-01-29 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch, patch pull_requests: +11544, 11545 stage: -> patch review ___ Python tracker ___

[issue35852] Fixed tests regenerating using CRLF when running it on Windows

2019-01-29 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +11544 stage: -> patch review ___ Python tracker ___ ___

[issue35852] Fixed tests regenerating using CRLF when running it on Windows

2019-01-29 Thread Addons Zz
New submission from Addons Zz : When generating the file on Windows by running ``` python test/test_profile.py -r ``` The file has its line ending converted from LF to CRLF, creating noise on the git diff. -- components: Library (Lib), Tests messages: 334529 nosy: addons_zz priority: