summaryrefslogtreecommitdiff
path: root/Lib/types.py
diff options
context:
space:
mode:
authorJeremy Hylton <jeremy@alum.mit.edu>2001-09-26 19:54:08 +0000
committerJeremy Hylton <jeremy@alum.mit.edu>2001-09-26 19:54:08 +0000
commit4f38c1e6643397135563aa365f8d0c0315ab70e7 (patch)
treed9142234cc4819cd773c212fcb09fe9eabe80146 /Lib/types.py
parentc631489289145041c310a7a06caf498eeb49a5d2 (diff)
downloadcpython-git-4f38c1e6643397135563aa365f8d0c0315ab70e7.tar.gz
Don't export generators future info
Diffstat (limited to 'Lib/types.py')
-rw-r--r--Lib/types.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/types.py b/Lib/types.py
index 1bb560cb09..c5737a4f2d 100644
--- a/Lib/types.py
+++ b/Lib/types.py
@@ -83,4 +83,4 @@ EllipsisType = type(Ellipsis)
DictProxyType = type(TypeType.__dict__)
-del sys, _f, _C, _x # Not for export
+del sys, _f, _C, _x, generators # Not for export