[Python-checkins] CVS: python/dist/src/Lib types.py,1.22,1.23

Jeremy Hylton jhylton@users.sourceforge.net
Wed, 26 Sep 2001 12:54:11 -0700


Update of /cvsroot/python/python/dist/src/Lib
In directory usw-pr-cvs1:/tmp/cvs-serv1760

Modified Files:
	types.py 
Log Message:
Don't export generators future info


Index: types.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/types.py,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** types.py	2001/09/25 22:02:03	1.22
--- types.py	2001/09/26 19:54:08	1.23
***************
*** 84,86 ****
  DictProxyType = type(TypeType.__dict__)
  
! del sys, _f, _C, _x                     # Not for export
--- 84,86 ----
  DictProxyType = type(TypeType.__dict__)
  
! del sys, _f, _C, _x, generators                  # Not for export