Browse Source

#14355: remove obsolete doc reference to previously removed init_frozen.

Patch by Eric Snow.
pull/2332/head
R David Murray 14 years ago
parent
commit
1623afff67
  1. 2
      Doc/library/imp.rst

2
Doc/library/imp.rst

@ -256,7 +256,7 @@ to indicate the search result of :func:`find_module`.
.. data:: PY_FROZEN
The module was found as a frozen module (see :func:`init_frozen`).
The module was found as a frozen module.
.. class:: NullImporter(path_string)

Loading…
Cancel
Save