]> granicus.if.org Git - python/commitdiff
Add news about Fred's change to Py_InitModule4().
authorGuido van Rossum <guido@python.org>
Wed, 14 Aug 2002 21:20:32 +0000 (21:20 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 14 Aug 2002 21:20:32 +0000 (21:20 +0000)
Misc/NEWS

index 0a97187849fdd8fd13844c001b82c19123eb9e8d..3e9e1aa86fb1233ff933da0c4cfa1305b01f905f 100644 (file)
--- 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.