mirror of
https://github.com/python/cpython.git
synced 2025-09-28 19:25:27 +00:00
braino
This commit is contained in:
parent
e0a3907904
commit
621f055233
1 changed files with 2 additions and 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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue