Add news about Fred's change to Py_InitModule4().

This commit is contained in:
Guido van Rossum 2002-08-14 21:20:32 +00:00
parent 8b73542cf5
commit fdb8648327
1 changed files with 4 additions and 0 deletions

View File

@ -482,6 +482,10 @@ Build
C API 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 - New C API PyUnicode_FromOrdinal() which exposes unichr() at C
level. level.