[Python-checkins] python/dist/src/Tools/scripts pickle2db.py,1.2,1.3
montanaro@users.sourceforge.net
montanaro@users.sourceforge.net
2003年3月06日 16:47:43 -0800
Update of /cvsroot/python/python/dist/src/Tools/scripts
In directory sc8-pr-cvs1:/tmp/cvs-serv29642
Modified Files:
pickle2db.py
Log Message:
fix name of db2pickle
Index: pickle2db.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Tools/scripts/pickle2db.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** pickle2db.py 3 Feb 2003 15:28:23 -0000 1.2
--- pickle2db.py 7 Mar 2003 00:47:40 -0000 1.3
***************
*** 12,16 ****
Note that recno databases can only contain numeric keys, so you can't dump a
! hash or btree database using bsddb2pickle.py and reconstitute it to a recno
database with %(prog)s.
"""
--- 12,16 ----
Note that recno databases can only contain numeric keys, so you can't dump a
! hash or btree database using db2pickle.py and reconstitute it to a recno
database with %(prog)s.
"""