[Python-checkins] python/dist/src/Misc NEWS,1.637,1.638

montanaro@users.sourceforge.net montanaro@users.sourceforge.net
Mon, 03 Feb 2003 07:48:17 -0800


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

Modified Files:
	NEWS 
Log Message:
braino


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.637
retrieving revision 1.638
diff -C2 -d -r1.637 -r1.638
*** NEWS	3 Feb 2003 15:17:25 -0000	1.637
--- NEWS	3 Feb 2003 15:48:10 -0000	1.638
***************
*** 189,194 ****
    example:
  
!     % python2.2 -h some.db > some.pickle
!     % python2.3 -h some.db.new < some.pickle
  
    Run the scripts without any args to get a usage message.
--- 189,194 ----
    example:
  
!     % python2.2 db2pickle.py -h some.db > some.pickle
!     % python2.3 pickle2db.py -h some.db.new < some.pickle
  
    Run the scripts without any args to get a usage message.