Update of /cvsroot/py-howto/pyhowto
In directory usw-pr-cvs1:/tmp/cvs-serv21672
Modified Files:
python-21.tex
Log Message:
Fix a further markup problem noted by FLD
Index: python-21.tex
===================================================================
RCS file: /cvsroot/py-howto/pyhowto/python-21.tex,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -r1.18 -r1.19
*** python-21.tex 2001/03/03 03:25:04 1.18
--- python-21.tex 2001/03/10 16:49:07 1.19
***************
*** 647,651 ****
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.
--- 647,651 ----
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.
|