[Python-checkins] cpython (3.2): #14355: remove obsolete doc reference to previously removed init_frozen.
r.david.murray
python-checkins at python.org
Mon Mar 19 01:50:55 CET 2012
http://hg.python.org/cpython/rev/66e2dab98041
changeset: 75827:66e2dab98041
branch: 3.2
parent: 75824:daed636a3536
user: R David Murray <rdmurray at bitdance.com>
date: Sun Mar 18 20:50:03 2012 -0400
summary:
#14355: remove obsolete doc reference to previously removed init_frozen.
Patch by Eric Snow.
files:
Doc/library/imp.rst | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Doc/library/imp.rst b/Doc/library/imp.rst
--- a/Doc/library/imp.rst
+++ b/Doc/library/imp.rst
@@ -256,7 +256,7 @@
.. 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)
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list