diff options
author | Georg Brandl <georg@python.org> | 2005-06-04 09:20:03 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2005-06-04 09:20:03 (GMT) |
commit | 9166e1a24ac7b15776ffd38e436fa51a9b002674 (patch) | |
tree | c322e52c12aaaf6ddf85c16e427d69d5b15b7236 /Misc | |
parent | 4c560ea05bb2872cdca2d4abdacd8926fb00b848 (diff) | |
download | cpython-9166e1a24ac7b15776ffd38e436fa51a9b002674.zip cpython-9166e1a24ac7b15776ffd38e436fa51a9b002674.tar.gz cpython-9166e1a24ac7b15776ffd38e436fa51a9b002674.tar.bz2 |
Bug #1196315: fix weakref.WeakValueDictionary constructor.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |