diff options
author | Christian Heimes <christian@cheimes.de> | 2007-11-29 16:21:13 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2007-11-29 16:21:13 (GMT) |
commit | 0db38532b304c89a998e4fc53b3ac8cd7ff23a8a (patch) | |
tree | c3cab3ea42fbf67eae746fe076fb929c0964efa3 /Doc | |
parent | 043c8f866db72ad3f0c348e5481b079bc03a9808 (diff) | |
download | cpython-0db38532b304c89a998e4fc53b3ac8cd7ff23a8a.zip cpython-0db38532b304c89a998e4fc53b3ac8cd7ff23a8a.tar.gz cpython-0db38532b304c89a998e4fc53b3ac8cd7ff23a8a.tar.bz2 |
Removed more types from the types module
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/types.rst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Doc/library/types.rst b/Doc/library/types.rst index 4894067..a3d30fa 100644 --- a/Doc/library/types.rst +++ b/Doc/library/types.rst @@ -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 |