summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2010-09-03 04:22:36 (GMT)
committerFred Drake <fdrake@acm.org>2010-09-03 04:22:36 (GMT)
commit8844441ae68358c832e04d8b48ba7b035f67d9bf (patch)
tree464decec5e4b8669c0e76edaaac96d4f36caaaea /Misc
parentaf1e140334e090583651670193d1c310f29bf90e (diff)
downloadcpython-8844441ae68358c832e04d8b48ba7b035f67d9bf.zip
cpython-8844441ae68358c832e04d8b48ba7b035f67d9bf.tar.gz
cpython-8844441ae68358c832e04d8b48ba7b035f67d9bf.tar.bz2
fix output from RawConfigParser.write and ConfigParser.write for None
values (http://bugs.python.org/issue7005) (merged r84443 from the release27-mmaint branch, with changes to reflect changes in Python 3)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ad6090e..4053dd7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -155,6 +155,9 @@ Extensions
Library
-------
+- Issue #7005: Fixed output of None values for RawConfigParser.write and
+ ConfigParser.write.
+
- Issue #8990: array.fromstring() and array.tostring() get renamed to
frombytes() and tobytes(), respectively, to avoid confusion. Furthermore,
array.frombytes(), array.extend() as well as the array.array()