[Distutils] [PEP376] RECORD line separator

Éric Araujo merwok at netwok.org
Thu Jun 9 15:48:05 CEST 2011


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


More information about the Distutils-SIG mailing list