summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2005-06-04 09:20:03 (GMT)
committerGeorg Brandl <georg@python.org>2005-06-04 09:20:03 (GMT)
commit9166e1a24ac7b15776ffd38e436fa51a9b002674 (patch)
treec322e52c12aaaf6ddf85c16e427d69d5b15b7236 /Misc
parent4c560ea05bb2872cdca2d4abdacd8926fb00b848 (diff)
downloadcpython-9166e1a24ac7b15776ffd38e436fa51a9b002674.zip
cpython-9166e1a24ac7b15776ffd38e436fa51a9b002674.tar.gz
cpython-9166e1a24ac7b15776ffd38e436fa51a9b002674.tar.bz2
Bug #1196315: fix weakref.WeakValueDictionary constructor.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 637ca2eb1..f15e873 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -141,6 +141,8 @@ Extension Modules
Library
-------
+- Bug #1196315: fix weakref.WeakValueDictionary constructor.
+
- Bug #1213894: os.path.realpath didn't resolve symlinks that were the first
component of the path.