summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorfuzzyman <devnull@localhost>2010-02-27 21:38:07 +0000
committerfuzzyman <devnull@localhost>2010-02-27 21:38:07 +0000
commit20c75063e4e0d3e3441b5b65d4c14ab63016b672 (patch)
treedab8b1fcc9eb71a558d5d713b4145d5203a0ee4a /docs
parent3ae5465a3129213d97b53a5eca5bf79c07033b57 (diff)
downloadconfigobj-git-20c75063e4e0d3e3441b5b65d4c14ab63016b672.tar.gz
Fix to avoid writing invalid newlines on Windows.
Diffstat (limited to 'docs')
-rw-r--r--docs/configobj.txt2
1 files changed, 2 insertions, 0 deletions
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
--------------------------