[Python-checkins] CVS: python/dist/src/Misc NEWS,1.81.2.28,1.81.2.29

Moshe Zadka moshez@users.sourceforge.net
Sat, 31 Mar 2001 05:32:41 -0800


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

Modified Files:
      Tag: release20-maint
	NEWS 
Log Message:
Fix two typos in __imul__.  Closes Bug #117745.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.81.2.28
retrieving revision 1.81.2.29
diff -C2 -r1.81.2.28 -r1.81.2.29
*** NEWS	2001/03/31 13:18:35	1.81.2.28
--- NEWS	2001/03/31 13:32:38	1.81.2.29
***************
*** 111,114 ****
--- 111,121 ----
              until after the exit funcs have run
  
+ - #128713 - mmapmodule.c -  type(mmap_object) blew up on Linux.
+ 
+ - mmap on windows creates a mapping without a name when tagname isn't
+   specified
+ 
+ - #117745 - UserString.py - Fix two typos in __imul__.
+ 
  What's New in Python 2.0?
  =========================