Update of /cvsroot/py-howto/pyhowto
In directory usw-pr-cvs1:/tmp/cvs-serv27536
Modified Files:
python-21.tex
Log Message:
Fix markup nit pointed out by FLD
Index: python-21.tex
===================================================================
RCS file: /cvsroot/py-howto/pyhowto/python-21.tex,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** python-21.tex 2001/02/28 22:39:15 1.15
--- python-21.tex 2001/03/01 01:02:52 1.16
***************
*** 612,616 ****
to get large pools of memory, and then fulfills smaller memory
requests from these pools. It can be enabled by providing the
! "--with-pymalloc" option to the \file{configure} script; see
\file{Objects/obmalloc.c} for the implementation details.
Contributed by Vladimir Marangozov.
--- 612,616 ----
to get large pools of memory, and then fulfills smaller memory
requests from these pools. It can be enabled by providing the
! \longprogramopt{--with-pymalloc} option to the \program{configure} script; see
\file{Objects/obmalloc.c} for the implementation details.
Contributed by Vladimir Marangozov.
|