Commit cf356fd8 authored by Guido van Rossum's avatar Guido van Rossum

Add extension management to __all__.

parent 7eff63ab
...@@ -6,7 +6,8 @@ C, not for instances of user-defined classes. ...@@ -6,7 +6,8 @@ C, not for instances of user-defined classes.
from types import ClassType as _ClassType from types import ClassType as _ClassType
__all__ = ["pickle","constructor"] __all__ = ["pickle", "constructor",
"add_extension", "remove_extension", "clear_extension_cache"]
dispatch_table = {} dispatch_table = {}
safe_constructors = {} safe_constructors = {}
......
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