diff options
author | Skip Montanaro <skip@pobox.com> | 2003-02-03 15:48:10 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2003-02-03 15:48:10 (GMT) |
commit | 621f055233f77779dc3b2b53edcf39da9a69e82d (patch) | |
tree | 75a195799611243dfa87c7ccecd5a505cfbc5fd2 /Misc | |
parent | e0a3907904bd5c662b40a9be3ab4ced87bdf30bb (diff) | |
download | cpython-621f055233f77779dc3b2b53edcf39da9a69e82d.zip cpython-621f055233f77779dc3b2b53edcf39da9a69e82d.tar.gz cpython-621f055233f77779dc3b2b53edcf39da9a69e82d.tar.bz2 |
braino
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -188,8 +188,8 @@ Tools/Demos using the new version of Python to reconstitute your database. For example: - % python2.2 -h some.db > some.pickle - % python2.3 -h some.db.new < some.pickle + % python2.2 db2pickle.py -h some.db > some.pickle + % python2.3 pickle2db.py -h some.db.new < some.pickle Run the scripts without any args to get a usage message. |