summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2004-03-03 17:42:08 (GMT)
committerSkip Montanaro <skip@pobox.com>2004-03-03 17:42:08 (GMT)
commite2b61e019089d02f7da8c883c8836540f53a9a57 (patch)
tree7e89b84e5ce905fbfe69336e8713eaffd620d6f4 /Misc
parent47db16580a1c3ccf15703dfcfc86a64f35b9435c (diff)
downloadcpython-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/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 892db29..1bd6c2b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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