From: Skip Montanaro Date: Mon, 3 Feb 2003 15:48:10 +0000 (+0000) Subject: braino X-Git-Tag: v2.3c1~2077 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=621f055233f77779dc3b2b53edcf39da9a69e82d;p=thirdparty%2FPython%2Fcpython.git braino --- diff --git a/Misc/NEWS b/Misc/NEWS index 4aaf31786e91..f1e0cd27b67a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -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.