[Python-checkins] CVS: python/dist/src/Doc/ext ext.tex,1.98,1.99

Fred L. Drake fdrake@users.sourceforge.net
2001年7月13日 19:27:24 -0700


Update of /cvsroot/python/python/dist/src/Doc/ext
In directory usw-pr-cvs1:/tmp/cvs-serv19968/ext
Modified Files:
	ext.tex 
Log Message:
Minor change to match the style guide.
Index: ext.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ext/ext.tex,v
retrieving revision 1.98
retrieving revision 1.99
diff -C2 -r1.98 -r1.99
*** ext.tex	2001年07月06日 06:47:15	1.98
--- ext.tex	2001年07月14日 02:27:22	1.99
***************
*** 1440,1444 ****
 \code{Py_BEGIN_ALLOW_THREADS}, and to re-acquire it using
 \code{Py_END_ALLOW_THREADS}. This is common around blocking I/O
! calls, to let other threads use the CPU while waiting for the I/O to
 complete. Obviously, the following function has the same problem as
 the previous one:
--- 1440,1444 ----
 \code{Py_BEGIN_ALLOW_THREADS}, and to re-acquire it using
 \code{Py_END_ALLOW_THREADS}. This is common around blocking I/O
! calls, to let other threads use the processor while waiting for the I/O to
 complete. Obviously, the following function has the same problem as
 the previous one:

AltStyle によって変換されたページ (->オリジナル) /