[Python-checkins] python/nondist/sandbox/pickletools pickletools.py,1.3,1.4
tim_one@users.sourceforge.net
tim_one@users.sourceforge.net
2003年1月25日 15:45:50 -0800
Update of /cvsroot/python/python/nondist/sandbox/pickletools
In directory sc8-pr-cvs1:/tmp/cvs-serv17698
Modified Files:
pickletools.py
Log Message:
Typo repair.
Index: pickletools.py
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/pickletools/pickletools.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** pickletools.py 25 Jan 2003 23:44:19 -0000 1.3
--- pickletools.py 25 Jan 2003 23:45:48 -0000 1.4
***************
*** 214,218 ****
decimalnl_long = ArgumentDescriptor(
! name='decimalnl_short',
n=None,
reader=read_decimalnl_long,
--- 214,218 ----
decimalnl_long = ArgumentDescriptor(
! name='decimalnl_long',
n=None,
reader=read_decimalnl_long,