From 20c75063e4e0d3e3441b5b65d4c14ab63016b672 Mon Sep 17 00:00:00 2001 From: fuzzyman Date: Sat, 27 Feb 2010 21:38:07 +0000 Subject: Fix to avoid writing invalid newlines on Windows. --- docs/configobj.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/configobj.txt b/docs/configobj.txt index 474c946..ecf2ecb 100644 --- a/docs/configobj.txt +++ b/docs/configobj.txt @@ -2401,6 +2401,8 @@ From version 4 it lists all releases and changes. ignored instead of raising an exception on fetching the item. * BUGFIX: values that use interpolation to reference members that don't exist can now be repr'd. +* BUGFIX: Fix to avoid writing '\r\r\n' on Windows when given a file opened in + text write mode ('w'). 2010/02/06 - Version 4.7.1 -------------------------- -- cgit v1.2.1