diff options
author | Skip Montanaro <skip@pobox.com> | 2004-03-03 17:42:08 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2004-03-03 17:42:08 (GMT) |
commit | e2b61e019089d02f7da8c883c8836540f53a9a57 (patch) | |
tree | 7e89b84e5ce905fbfe69336e8713eaffd620d6f4 /Misc | |
parent | 47db16580a1c3ccf15703dfcfc86a64f35b9435c (diff) | |
download | cpython-e2b61e019089d02f7da8c883c8836540f53a9a57.zip cpython-e2b61e019089d02f7da8c883c8836540f53a9a57.tar.gz cpython-e2b61e019089d02f7da8c883c8836540f53a9a57.tar.bz2 |
* 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)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -345,6 +345,11 @@ Tools/Demos - 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 base directory defaults to http://www.python.org/doc/current/lib/ but can |