This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mrblabla
Recipients mrblabla
Date 2011-10-16.17:47:51
SpamBayes Score 0.053638957
Marked as misclassified No
Message-id <1318787272.4.0.221500033494.issue13190@psf.upfronthosting.co.za>
In-reply-to
Content
ConfigParser writes data to the config file using hard-coded newline: '\n'.
This newline is not suitable for Windows. Therefore, the config file isn't readable in Notepad.exe.

os.linesep should be used instead.
History
Date User Action Args
2011-10-16 17:47:52mrblablasetrecipients: + mrblabla
2011-10-16 17:47:52mrblablasetmessageid: <1318787272.4.0.221500033494.issue13190@psf.upfronthosting.co.za>
2011-10-16 17:47:51mrblablalinkissue13190 messages
2011-10-16 17:47:51mrblablacreate