[issue19549] PKG-INFO is created with CRLF on Windows

2021-02-03 Thread Steve Dower


Steve Dower  added the comment:

Distutils is now deprecated (see PEP 632) and all tagged issues are being 
closed. From now until removal, only release blocking issues will be considered 
for distutils.

If this issue does not relate to distutils, please remove the component and 
reopen it. If you believe it still requires a fix, most likely the issue should 
be re-reported at https://github.com/pypa/setuptools

--
nosy: +steve.dower
resolution:  -> out of date
stage:  -> resolved
status: open -> closed

___
Python tracker 

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



[issue19549] PKG-INFO is created with CRLF on Windows

2014-03-12 Thread Éric Araujo

Éric Araujo added the comment:

The docs and PEPs only define the PKG-INFO file as “a set of RFC 822-style 
headers”.  Character encoding was defined later to be UTF-8; there is no 
mention of explicit choice of platform-consistent or cross-platform linefeeds.

Are there tools out there that suffer from the use of CRLF in PKG-INFO files?  
If not, I’ll close this as invalid: the behavior does not contradict the 
documentation.

--
nosy: +dholth, ncoghlan
versions:  -Python 2.7, Python 3.4, Python 3.5

___
Python tracker 

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



[issue19549] PKG-INFO is created with CRLF on Windows

2013-11-10 Thread anatoly techtonik

New submission from anatoly techtonik:

When packaging on Windows, sdist creates PKG-INFO, which is different in 
linefeeds. It will be better if this is consistent between platforms.

--
assignee: eric.araujo
components: Distutils, Distutils2
messages: 202602
nosy: alexis, eric.araujo, tarek, techtonik
priority: normal
severity: normal
status: open
title: PKG-INFO is created with CRLF on Windows
versions: Python 2.7, Python 3.4, Python 3.5

___
Python tracker 

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