summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2011-04-15 20:16:46 (GMT)
committerRaymond Hettinger <python@rcn.com>2011-04-15 20:16:46 (GMT)
commit1c746c28f3cfe798ed4d7b51f50adaa685a4fb0e (patch)
tree3d49b1db826c930f49a4a3f1fbf1a52d54a91890 /Misc/NEWS
parent181810b5febf8f5a66a93158500e302f7fff4d1e (diff)
downloadcpython-1c746c28f3cfe798ed4d7b51f50adaa685a4fb0e.zip
cpython-1c746c28f3cfe798ed4d7b51f50adaa685a4fb0e.tar.gz
cpython-1c746c28f3cfe798ed4d7b51f50adaa685a4fb0e.tar.bz2
Fix minor subclassing issue with collections.Counter
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7ea8850..c424e1e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -58,6 +58,8 @@ Library
- Issue #11467: Fix urlparse behavior when handling urls which contains scheme
specific part only digits. Patch by Santoso Wijaya.
+- collections.Counter().copy() now works correctly for subclasses.
+
- Issue #11474: Fix the bug with url2pathname() handling of '/C|/' on Windows.
Patch by Santoso Wijaya.