summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2009-08-04 19:13:37 (GMT)
committerRaymond Hettinger <python@rcn.com>2009-08-04 19:13:37 (GMT)
commit99a13eeed18f533100489e7ca42a89de4e8ec07d (patch)
tree5fbb478db8caca11615841de464bf1c8f5712477 /Misc
parentd935976d7021ddaee728d8e018a4688e85ebd8c7 (diff)
downloadcpython-99a13eeed18f533100489e7ca42a89de4e8ec07d.zip
cpython-99a13eeed18f533100489e7ca42a89de4e8ec07d.tar.gz
cpython-99a13eeed18f533100489e7ca42a89de4e8ec07d.tar.bz2
Issue 6637: defaultdict.copy() failed with an empty factory.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7c66a66..f7c1302 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -42,6 +42,10 @@ C-API
Library
-------
+- Issue #6637: defaultdict.copy() did not work when the default factory
+ was left unspecified. Also, the eval/repr round-trip would fail when
+ the default_factory was None.
+
- Issue #2715: Remove remnants of Carbon.File from binhex module.
- Issue #6595: The Decimal constructor now allows arbitrary Unicode