Add news about Fred's change to Py_InitModule4().
This commit is contained in:
parent
8b73542cf5
commit
fdb8648327
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue