Issue 33787: Argument clinic and Windows line endings (original) (raw)

Issue33787

Created on 2018-06-06 19:49 by giampaolo.rodola, last changed 2022-04-11 14:59 by admin.

Files
File name Uploaded Description Edit
clinic.diff giampaolo.rodola,2018-06-07 18:22
Messages (2)
msg318857 - (view) Author: Giampaolo Rodola' (giampaolo.rodola) * (Python committer) Date: 2018-06-06 19:49
If I use "Tools\clinic\clinic.py Modules\somemodule.c" on Windows argument clinic will modify the whole file and use Windows line endings ( "\r\n"). It would be good to use "\n" instead.
msg318958 - (view) Author: Giampaolo Rodola' (giampaolo.rodola) * (Python committer) Date: 2018-06-07 18:22
Patch in attachment does the trick.
History
Date User Action Args
2022-04-11 14:59:01 admin set github: 77968
2018-06-07 18:22:00 giampaolo.rodola set files: + clinic.diffkeywords: + patchmessages: +
2018-06-06 19:49:08 giampaolo.rodola create