New submission from Paul Moore <p.f.mo...@gmail.com>:

On Windows, packaging seems to create RECORD files with an additional CR at the 
end of the line. (So the line end is CR CR LF). This does not seem to be 
consistent, but it is likely to be because a file is being opened in text mode 
rather than binary.

I am trying to develop a reproducible test case, but am having difficulty at 
the moment. I have opened this bug in any case as a place holder and in case 
someone else can reproduce the issue.

----------
assignee: tarek
components: Distutils2
messages: 145488
nosy: alexis, eric.araujo, pmoore, tarek
priority: normal
severity: normal
status: open
title: packaging uses wrong line endings in RECORD files on Windows
type: behavior
versions: Python 3.3

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13175>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to