[Python-checkins] python/dist/src/Lib pickletools.py,1.3,1.4

gvanrossum@users.sourceforge.net gvanrossum@users.sourceforge.net
Mon, 27 Jan 2003 11:40:51 -0800


Update of /cvsroot/python/python/dist/src/Lib
In directory sc8-pr-cvs1:/tmp/cvs-serv6674

Modified Files:
	pickletools.py 
Log Message:
Remove a stray quote.


Index: pickletools.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/pickletools.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** pickletools.py	27 Jan 2003 19:38:34 -0000	1.3
--- pickletools.py	27 Jan 2003 19:40:47 -0000	1.4
***************
*** 1511,1515 ****
  
  def genops(pickle):
!     """"Generate all the opcodes in a pickle.
  
      'pickle' is a file-like object, or string, containing the pickle.
--- 1511,1515 ----
  
  def genops(pickle):
!     """Generate all the opcodes in a pickle.
  
      'pickle' is a file-like object, or string, containing the pickle.