]> granicus.if.org Git - python/commitdiff
Don't export generators future info
authorJeremy Hylton <jeremy@alum.mit.edu>
Wed, 26 Sep 2001 19:54:08 +0000 (19:54 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Wed, 26 Sep 2001 19:54:08 +0000 (19:54 +0000)
Lib/types.py

index 1bb560cb099e3a6ce9586897f2da643e3a0e9c8c..c5737a4f2d8a19de0575c8c93810bfdfd3929cf5 100644 (file)
@@ -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