final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be

giving it a slight facelift
This commit is contained in:
Skip Montanaro 2001-03-01 04:27:19 +00:00
parent 58eadbaf12
commit 40fc16059f
17 changed files with 59 additions and 1 deletions

View file

@ -19,6 +19,9 @@ from _weakref import \
ProxyTypes = (ProxyType, CallableProxyType)
__all__ = ["ref", "mapping", "proxy", "getweakrefcount", "getweakrefs",
"WeakKeyDictionary", "ReferenceType", "ProxyType",
"CallableProxyType", "ProxyTypes", "WeakValueDictionary"]
def mapping(dict=None,weakkeys=0):
if weakkeys: