[Python-checkins] python/dist/src/Tools/scripts README,1.9,1.10

montanaro@users.sourceforge.net montanaro@users.sourceforge.net
Mon, 03 Feb 2003 07:09:35 -0800


Update of /cvsroot/python/python/dist/src/Tools/scripts
In directory sc8-pr-cvs1:/tmp/cvs-serv12663

Modified Files:
	README 
Log Message:
note db2pickle.py and pickle2db.py


Index: README
===================================================================
RCS file: /cvsroot/python/python/dist/src/Tools/scripts/README,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** README	2 Jan 2003 02:24:22 -0000	1.9
--- README	3 Feb 2003 15:09:32 -0000	1.10
***************
*** 12,15 ****
--- 12,16 ----
  crlf.py			Change CRLF line endings to LF (Windows to Unix)
  cvsfiles.py		Print a list of files that are under CVS
+ db2pickle.py		Dump a database file to a pickle
  dutree.py		Format du(1) output as a tree sorted by size
  eptags.py		Create Emacs TAGS file for Python modules
***************
*** 35,38 ****
--- 36,40 ----
  pathfix.py		Change #!/usr/local/bin/python into something else
  pdeps.py		Print dependencies between Python modules
+ pickle2db.py		Load a pickle generated by db2pickle.py to a database
  pindent.py		Indent Python code, giving block-closing comments
  ptags.py		Create vi tags file for Python modules