[Python-checkins] python/dist/src/Misc NEWS,1.1104,1.1105

loewis at users.sourceforge.net loewis at users.sourceforge.net
Thu Aug 19 13:32:02 CEST 2004


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13464/Misc

Modified Files:
	NEWS 
Log Message:
Patch #900727: Add Py_InitializeEx to allow embedding without signals.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1104
retrieving revision 1.1105
diff -C2 -d -r1.1104 -r1.1105
*** NEWS	18 Aug 2004 15:13:41 -0000	1.1104
--- NEWS	19 Aug 2004 11:31:57 -0000	1.1105
***************
*** 13,16 ****
--- 13,18 ----
  -----------------
  
+ - Py_InitializeEx has been added.
+ 
  - Fix the order of application of decorators.  The proper order is bottom-up;
    the first decorator listed is the last one called.



More information about the Python-checkins mailing list