Commit e029242d authored by Fred Drake's avatar Fred Drake

ReferenceError is now built-in, so pick it up from the right place.

It still needs to be here to preserve the API.
parent 8844d526
......@@ -16,11 +16,13 @@ from _weakref import \
getweakrefs, \
ref, \
proxy, \
ReferenceError, \
CallableProxyType, \
ProxyType, \
ReferenceType
from exceptions import ReferenceError
ProxyTypes = (ProxyType, CallableProxyType)
__all__ = ["ref", "proxy", "getweakrefcount", "getweakrefs",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment