[Python-checkins] cpython: Remove a dead docstring.
brett.cannon
python-checkins at python.org
Tue Mar 6 21:33:32 CET 2012
http://hg.python.org/cpython/rev/e4a510317172
changeset: 75463:e4a510317172
user: Brett Cannon <brett at python.org>
date: Fri Mar 02 12:32:14 2012 -0500
summary:
Remove a dead docstring.
files:
Lib/importlib/_bootstrap.py | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/Lib/importlib/_bootstrap.py b/Lib/importlib/_bootstrap.py
--- a/Lib/importlib/_bootstrap.py
+++ b/Lib/importlib/_bootstrap.py
@@ -625,12 +625,6 @@
"""
def __init__(self, name, path):
- """Initialize the loader.
-
- If is_pkg is True then an exception is raised as extension modules
- cannot be the __init__ module for an extension module.
-
- """
self._name = name
self._path = path
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list