[Python-checkins] CVS: python/dist/src/Misc NEWS,1.81.2.19,1.81.2.20

Moshe Zadka moshez@users.sourceforge.net
Sat, 31 Mar 2001 00:31:15 -0800


Update of /cvsroot/python/python/dist/src/Misc
In directory usw-pr-cvs1:/tmp/cvs-serv4531/Misc

Modified Files:
      Tag: release20-maint
	NEWS 
Log Message:
Fixing #233200 - cPickle did not use Py_BEGIN_ALLOW_THREADS.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.81.2.19
retrieving revision 1.81.2.20
diff -C2 -r1.81.2.19 -r1.81.2.20
*** NEWS	2001/03/31 08:10:03	1.81.2.19
--- NEWS	2001/03/31 08:31:12	1.81.2.20
***************
*** 84,87 ****
--- 84,89 ----
              posix_methods[] array was wrong -- should be HAVE_TMPFILE
  
+ - #233200 - cPickle did not use Py_BEGIN_ALLOW_THREADS.
+ 
  What's New in Python 2.0?
  =========================