diff options
author | Skip Montanaro <skip@pobox.com> | 2003-10-28 16:24:00 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2003-10-28 16:24:00 (GMT) |
commit | 030f68a66abcbcbd51b247bdf9b6ab1237465a35 (patch) | |
tree | c5872acf53540e3a78e01a49550103c96f5adc08 /Misc | |
parent | 48f9c6dfb899401157f394bdcc0432eac2dbafd3 (diff) | |
download | cpython-030f68a66abcbcbd51b247bdf9b6ab1237465a35.zip cpython-030f68a66abcbcbd51b247bdf9b6ab1237465a35.tar.gz cpython-030f68a66abcbcbd51b247bdf9b6ab1237465a35.tar.bz2 |
note db2pickle/pickle2db tweaks
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -143,6 +143,8 @@ Library Tools/Demos ----------- +- The db2pickle and pickle2db scripts can now dump/load gdbm files. + - 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 |