[Python-checkins] CVS: python/dist/src/Misc NEWS,1.81.2.11,1.81.2.12

Moshe Zadka moshez@users.sourceforge.net
Fri, 30 Mar 2001 11:45:15 -0800


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

Modified Files:
      Tag: release20-maint
	NEWS 
Log Message:
- Importing should now be safe with multiple Py_Initialize/Py_Finalize
  sequences.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.81.2.11
retrieving revision 1.81.2.12
diff -C2 -r1.81.2.11 -r1.81.2.12
*** NEWS	2001/03/30 19:18:23	1.81.2.11
--- NEWS	2001/03/30 19:45:13	1.81.2.12
***************
*** 46,49 ****
--- 46,52 ----
  - Fixed memory leak in from import ...
  
+ - Importing should now be safe with multiple Py_Initialize/Py_Finalize
+   sequences.
+ 
  
  What's New in Python 2.0?