summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
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