New submission from Noam Eliahu <noam...@gmail.com>: 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. ---------- components: None messages: 145632 nosy: noam.el priority: normal severity: normal status: open title: ConfigParser uses wrong newline on Windows type: behavior versions: Python 2.6 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue13190> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com