Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0a3907 commit 621f055Copy full SHA for 621f055
1 file changed
Misc/NEWS
@@ -188,8 +188,8 @@ Tools/Demos
188
using the new version of Python to reconstitute your database. For
189
example:
190
191
- % python2.2 -h some.db > some.pickle
192
- % 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
193
194
Run the scripts without any args to get a usage message.
195
0 commit comments