diff options
author | Raymond Hettinger <python@rcn.com> | 2009-08-04 19:13:37 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2009-08-04 19:13:37 (GMT) |
commit | 99a13eeed18f533100489e7ca42a89de4e8ec07d (patch) | |
tree | 5fbb478db8caca11615841de464bf1c8f5712477 /Misc | |
parent | d935976d7021ddaee728d8e018a4688e85ebd8c7 (diff) | |
download | cpython-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/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |