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