[Python-checkins] CVS: python/dist/src/Doc/api api.tex,1.92,1.93
Fred L. Drake
python-dev@python.org
Fri, 29 Sep 2000 10:31:57 -0700
Update of /cvsroot/python/python/dist/src/Doc/api
In directory slayer.i.sourceforge.net:/tmp/cvs-serv9689/api
Modified Files:
api.tex
Log Message:
Reversely --> Conversely
This closes SourceForge bug #115673.
Index: api.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/api/api.tex,v
retrieving revision 1.92
retrieving revision 1.93
diff -C2 -r1.92 -r1.93
*** api.tex 2000/09/26 05:51:50 1.92
--- api.tex 2000/09/29 17:31:54 1.93
***************
*** 4187,4192 ****
lock is released (since another thread could immediately acquire the
lock and store its own thread state in the global variable).
! Reversely, when acquiring the lock and restoring the thread state, the
! lock must be acquired before storing the thread state pointer.
Why am I going on with so much detail about this? Because when
--- 4187,4192 ----
lock is released (since another thread could immediately acquire the
lock and store its own thread state in the global variable).
! Conversely, when acquiring the lock and restoring the thread state,
! the lock must be acquired before storing the thread state pointer.
Why am I going on with so much detail about this? Because when