[Python-checkins] python/dist/src/Misc NEWS,1.938,1.939

montanaro at users.sourceforge.net montanaro at users.sourceforge.net
Wed Mar 3 12:42:10 EST 2004


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4650/Misc

Modified Files:
	NEWS 
Log Message:
* explain flags in doc strings

* reverse order of files on the command line in pickle2db.py to make it
  symmetrical with db2pickle.py in the two-arg case (src, then dest)


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.938
retrieving revision 1.939
diff -C2 -d -r1.938 -r1.939
*** NEWS	2 Mar 2004 04:38:09 -0000	1.938
--- NEWS	3 Mar 2004 17:42:07 -0000	1.939
***************
*** 346,349 ****
--- 346,354 ----
  - The db2pickle and pickle2db scripts can now dump/load gdbm files.
  
+ - The file order on the command line of the pickle2db script was reversed.
+   It is now [ picklefile ] dbfile.  This provides better symmetry with
+   db2pickle.  The file arguments to both scripts are now source followed by
+   destination in situations where both files are given.
+ 
  - The pydoc script will display a link to the module documentation for
    modules determined to be part of the core distribution.  The documentation




More information about the Python-checkins mailing list