Issue #25533: Merge frozen module docs from 3.5

This commit is contained in:
Martin Panter 2016-05-15 00:41:40 +00:00
commit 4dd27f0adc
4 changed files with 15 additions and 13 deletions

View file

@ -272,7 +272,7 @@ Importing Modules
};
.. c:var:: struct _frozen* PyImport_FrozenModules
.. c:var:: const struct _frozen* PyImport_FrozenModules
This pointer is initialized to point to an array of :c:type:`struct _frozen`
records, terminated by one whose members are all *NULL* or zero. When a frozen