[Python-checkins] python/dist/src/Misc SpecialBuilds.txt,1.3,1.4
tim_one@users.sourceforge.net
tim_one@users.sourceforge.net
Tue, 09 Jul 2002 12:27:22 -0700
Update of /cvsroot/python/python/dist/src/Misc
In directory usw-pr-cvs1:/tmp/cvs-serv23645
Modified Files:
SpecialBuilds.txt
Log Message:
Typo repair.
Index: SpecialBuilds.txt
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/SpecialBuilds.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** SpecialBuilds.txt 9 Jul 2002 19:24:54 -0000 1.3
--- SpecialBuilds.txt 9 Jul 2002 19:27:20 -0000 1.4
***************
*** 108,112 ****
(tp_name, tp_allocs, tp_frees, tp_maxalloc)
! Each distinct type objects gets a distinct entry in this list, even
if two or more type objects have the same tp_name (in which case
there's no way to distinguish them by looking at this list). The
--- 108,112 ----
(tp_name, tp_allocs, tp_frees, tp_maxalloc)
! Each distinct type object gets a distinct entry in this list, even
if two or more type objects have the same tp_name (in which case
there's no way to distinguish them by looking at this list). The