[Python-checkins] python/dist/src/Misc NEWS,1.337.2.4.2.42,1.337.2.4.2.43

akuchling@users.sourceforge.net akuchling@users.sourceforge.net
Tue, 08 Oct 2002 10:00:44 -0700


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

Modified Files:
      Tag: release22-maint
	NEWS 
Log Message:
Fix a few typos: an extra space; typo in filename; capitalization error
    in method name


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.337.2.4.2.42
retrieving revision 1.337.2.4.2.43
diff -C2 -d -r1.337.2.4.2.42 -r1.337.2.4.2.43
*** NEWS	8 Oct 2002 14:49:38 -0000	1.337.2.4.2.42
--- NEWS	8 Oct 2002 17:00:41 -0000	1.337.2.4.2.43
***************
*** 59,63 ****
    value.
  
! - The Unicode replace() method  would do the wrong thing for a unicode
    subclass when there were zero string replacements.  [SF bug 599128]
  
--- 59,63 ----
    value.
  
! - The Unicode replace() method would do the wrong thing for a unicode
    subclass when there were zero string replacements.  [SF bug 599128]
  
***************
*** 128,132 ****
    the persistent id code *before* calling save_global().
  
! - In mmapmpdule.c: if the size passed to mmap() is larger than the
    length of the file on non-Windows platforms, a ValueError is
    raised. [SF bug 585792]
--- 128,132 ----
    the persistent id code *before* calling save_global().
  
! - In mmapmodule.c: if the size passed to mmap() is larger than the
    length of the file on non-Windows platforms, a ValueError is
    raised. [SF bug 585792]
***************
*** 156,160 ****
    invoked as a browser (on Unix) to make it more robust.
  
! - In pickle.py: Whichmodule() now skips dummy (None) package entries
    in sys.modules.  Try the persistent id code *before* calling
    save_global().
--- 156,160 ----
    invoked as a browser (on Unix) to make it more robust.
  
! - In pickle.py: whichmodule() now skips dummy (None) package entries
    in sys.modules.  Try the persistent id code *before* calling
    save_global().