]> granicus.if.org Git - python/commitdiff
ReferenceError is undefined. causes test___all__.py to fail. remove it from __all__
authorGregory P. Smith <greg@mad-scientist.com>
Mon, 18 Aug 2008 03:41:46 +0000 (03:41 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Mon, 18 Aug 2008 03:41:46 +0000 (03:41 +0000)
Lib/weakref.py

index 330107097b7de5fef5dbf33914a525ad47cd607e..64d962c351ff332b395679bb2b6a683980fd016b 100644 (file)
@@ -25,7 +25,7 @@ from _weakrefset import WeakSet
 ProxyTypes = (ProxyType, CallableProxyType)
 
 __all__ = ["ref", "proxy", "getweakrefcount", "getweakrefs",
-           "WeakKeyDictionary", "ReferenceError", "ReferenceType", "ProxyType",
+           "WeakKeyDictionary", "ReferenceType", "ProxyType",
            "CallableProxyType", "ProxyTypes", "WeakValueDictionary",
            "WeakSet"]