summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2014-03-10 13:49:19 (GMT)
committerR David Murray <rdmurray@bitdance.com>2014-03-10 13:49:19 (GMT)
commitc51eaf5ca0901f680efb96d7f5400dfc4773a764 (patch)
tree656c687bcbe3dc7e595682f1b2bc48a75b3a4c75 /Misc
parent02e77d17fae3e9dea5f040375a8ed9ec21259a4b (diff)
downloadcpython-c51eaf5ca0901f680efb96d7f5400dfc4773a764.zip
cpython-c51eaf5ca0901f680efb96d7f5400dfc4773a764.tar.gz
cpython-c51eaf5ca0901f680efb96d7f5400dfc4773a764.tar.bz2
whatsnew: ChainMap.new_child *m* argument.
And NEWS entry.
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 68cb379..214e8fc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2376,6 +2376,9 @@ Core and Builtins
- Issue #14850: Now a charmap decoder treats U+FFFE as "undefined mapping"
in any mapping, not only in a string.
+- Issue #16613: Add *m* argument to ``collections.Chainmap.new_child`` to
+ allow the new child map to be specified explicitly.
+
- Issue #16730: importlib.machinery.FileFinder now no longers raises an
exception when trying to populate its cache and it finds out the directory is
unreadable or has turned into a file. Reported and diagnosed by