commit | 9166e1a24ac7b15776ffd38e436fa51a9b002674 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sat Jun 04 09:20:03 2005 +0000 |
committer | Georg Brandl <georg@python.org> | Sat Jun 04 09:20:03 2005 +0000 |
tree | c322e52c12aaaf6ddf85c16e427d69d5b15b7236 | |
parent | 4c560ea05bb2872cdca2d4abdacd8926fb00b848 [diff] [blame] |
Bug #1196315: fix weakref.WeakValueDictionary constructor.
diff --git a/Misc/NEWS b/Misc/NEWS index 637ca2eb1..f15e873 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -141,6 +141,8 @@ Library ------- +- Bug #1196315: fix weakref.WeakValueDictionary constructor. + - Bug #1213894: os.path.realpath didn't resolve symlinks that were the first component of the path.