Removed more types from the types module

This commit is contained in:
Christian Heimes 2007-11-29 16:21:13 +00:00
parent 043c8f866d
commit 0db38532b3
3 changed files with 3 additions and 9 deletions

View file

@ -85,11 +85,6 @@ The module defines the following names:
traceback object.
.. data:: DictProxyType
The type of dict proxies, such as ``type.__dict__``.
.. data:: GetSetDescriptorType
The type of objects defined in extension modules with ``PyGetSetDef``, such as