[PEP376] RECORD line separator

23 Oct
2010
23 Oct
'10
8:57 a.m.
Hi
I read pep276, and I have a question.
This PEP says that line separator of RECORD file is `os.separator`. and 'bdist-*' command will also create RECORD file. Does it even work with the package which doesn't depend on the OS like bdist_egg ?
I think that file format should not depend on os environment and good choice is CRLF. It's standard line separator as used in email headers.
by aodag
--
/*
Atsushi Odagiri
http://blog.aodag.jp
mailto:aodagx@gmail.com
*/

9 Jun
9 Jun
1:48 p.m.
Hi,
I read pep276, and I have a question.
This PEP says that line separator of RECORD file is `os.separator`. and 'bdist-*' command will also create RECORD file.
This should not be a concern: Python can open files in universal newline mode, in other words translate os.sep to \n.
Regards
4303
Age (days ago)
4532
Last active (days ago)
1 comments
2 participants
participants (2)
-
Atsushi Odagiri
-
Éric Araujo