summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0a97187..3e9e1aa 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -482,6 +482,10 @@ Build
C API
+- The Py_InitModule*() functions now accept NULL for the 'methods'
+ argument. Modules without global functions are becoming more common
+ now that factories can be types rather than functions.
+
- New C API PyUnicode_FromOrdinal() which exposes unichr() at C
level.