]> granicus.if.org Git - python/commit
Committing the patch in issue 2965, so that weakref dicts have a closer
authorBarry Warsaw <barry@python.org>
Thu, 4 Sep 2008 01:42:51 +0000 (01:42 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 4 Sep 2008 01:42:51 +0000 (01:42 +0000)
commitecaab837b6ef36edf1840afdba1fbab747c049d7
tree948112c5a3f7dc5e1ee7bc8b473a737328db96ec
parent6ecc5c19802b994b3b7033953361f6157b4bdd0d
Committing the patch in issue 2965, so that weakref dicts have a closer
interface to normal dictionaries.  keys(), values() and items() still return
iterators instead of views, but that can be fixed later (or not).
Doc/library/weakref.rst
Lib/test/test_weakref.py
Lib/weakref.py