[Python-checkins] python/dist/src/Misc NEWS,1.745,1.746

akuchling@users.sourceforge.net akuchling@users.sourceforge.net
Thu, 24 Apr 2003 09:45:11 -0700


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

Modified Files:
	NEWS 
Log Message:
Fix case

Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.745
retrieving revision 1.746
diff -C2 -d -r1.745 -r1.746
*** NEWS	24 Apr 2003 13:19:56 -0000	1.745
--- NEWS	24 Apr 2003 16:45:05 -0000	1.746
***************
*** 138,142 ****
    for querying platform dependent features.
  
! - netrc now allows Ascii punctuation characters in passwords.
  
  - shelve now supports the optional writeback argument, and exposes
--- 138,142 ----
    for querying platform dependent features.
  
! - netrc now allows ASCII punctuation characters in passwords.
  
  - shelve now supports the optional writeback argument, and exposes