[Python-checkins] CVS: python/dist/src/Lib __future__.py,1.4,1.5

Ka-Ping Yee ping@users.sourceforge.net
Thu, 15 Mar 2001 02:45:47 -0800


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

Modified Files:
	__future__.py 
Log Message:
Remove redundant "__future__:" from module docstring.


Index: __future__.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/__future__.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** __future__.py	2001/03/02 03:11:53	1.4
--- __future__.py	2001/03/15 10:45:44	1.5
***************
*** 1,3 ****
! """__future__:  Record of phased-in incompatible language changes.
  
  Each line is of the form:
--- 1,3 ----
! """Record of phased-in incompatible language changes.
  
  Each line is of the form: