[Python-checkins] CVS: python/dist/src/Misc NEWS,1.81.2.7,1.81.2.8

Moshe Zadka moshez@users.sourceforge.net
Fri, 30 Mar 2001 08:49:09 -0800


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

Modified Files:
      Tag: release20-maint
	NEWS 
Log Message:
Fixing #121965 -- containment in xrange objects.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.81.2.7
retrieving revision 1.81.2.8
diff -C2 -r1.81.2.7 -r1.81.2.8
*** NEWS	2001/03/30 16:31:50	1.81.2.7
--- NEWS	2001/03/30 16:49:07	1.81.2.8
***************
*** 32,35 ****
--- 32,37 ----
    Python/compile.c and Python/marshal.c
  
+ - #121965 -- fixing containment in xrange() objects
+ 
  
  What's New in Python 2.0?