commit | 336e85f56a87f2216855ca8a5771755f480ae7db | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Thu Aug 19 11:31:58 2004 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Thu Aug 19 11:31:58 2004 +0000 |
tree | ac9ca920703def475db825308caa688f3bd6b475 | |
parent | 4d4dfb7a2b3bf4ed49a9f72ae8b802280b4e6154 [diff] [blame] |
Patch #900727: Add Py_InitializeEx to allow embedding without signals.
diff --git a/Misc/NEWS b/Misc/NEWS index f8f5088..1c72294 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,8 @@ Core and builtins ----------------- +- 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.