[issue33787] Argument clinic and Windows line endings

2018-06-07 Thread Giampaolo Rodola'


Giampaolo Rodola'  added the comment:

Patch in attachment does the trick.

--
keywords: +patch
Added file: https://bugs.python.org/file47634/clinic.diff

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue33787] Argument clinic and Windows line endings

2018-06-06 Thread Giampaolo Rodola'


New submission from Giampaolo Rodola' :

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.

--
assignee: larry
components: Argument Clinic
messages: 318857
nosy: giampaolo.rodola, larry
priority: normal
severity: normal
status: open
title: Argument clinic and Windows line endings
versions: Python 3.8

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com