summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2010-12-17 21:56:32 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2010-12-17 21:56:32 (GMT)
commit71b37a5d6d2112083c50946f52a84bee4f887cda (patch)
tree8e932ff3dee10dd535025ade9859bea180ef3cfb /Misc
parent0e74cacdffc51b47316269a280064f987eb74bb3 (diff)
downloadcpython-71b37a5d6d2112083c50946f52a84bee4f887cda.zip
cpython-71b37a5d6d2112083c50946f52a84bee4f887cda.tar.gz
cpython-71b37a5d6d2112083c50946f52a84bee4f887cda.tar.bz2
100% test coverage, better mapping protocol compatibility, some minor bugfixes
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 5 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 784eb67..c486a59 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -293,6 +293,8 @@ Library
- Issue #10467: Fix BytesIO.readinto() after seeking into a position after the
end of the file.
+- configparser: 100% test coverage.
+
- Issue #10499: configparser supports pluggable interpolation handlers. The
default classic interpolation handler is called BasicInterpolation. Another
interpolation handler added (ExtendedInterpolation) which supports the syntax
@@ -314,7 +316,9 @@ Library
- Issue #9421: configparser's getint(), getfloat() and getboolean() methods
accept vars and default arguments just like get() does.
-- Issue #9452: configparser supports reading from strings and dictionaries.
+- Issue #9452: configparser supports reading from strings and dictionaries
+ (thanks to the mapping protocol API, the latter can be used to copy data
+ between parsers).
- configparser: accepted INI file structure is now customizable, including
comment prefixes, name of the DEFAULT section, empty lines in multiline