[Python-checkins] cpython: Typos. (original) (raw)
eric.smith python-checkins at python.org
Mon Mar 14 15:57:00 CET 2011
- Previous message: [Python-checkins] devguide: List Jeff Hardy's new push privileges.
- Next message: [Python-checkins] devguide: When a new library is made available which is a dependency, you need
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
http://hg.python.org/cpython/rev/c919a82b5a40 changeset: 68447:c919a82b5a40 parent: 68445:7942f613ea5c user: Eric V. Smith <eric at trueblade.com> date: Mon Mar 14 10:56:33 2011 -0400 summary: Typos.
files: Lib/importlib/_bootstrap.py
diff --git a/Lib/importlib/_bootstrap.py b/Lib/importlib/_bootstrap.py --- a/Lib/importlib/_bootstrap.py +++ b/Lib/importlib/_bootstrap.py @@ -765,7 +765,7 @@ being made from, and the level adjustment.
This function represents the greatest common denominator of functionality
- between import_module and import. This includes settting package if
between import_module and import. This includes setting package if the loader did not.
"""
@@ -855,7 +855,7 @@ module = _gcd_import(name) else: # package is not guaranteed to be defined or could be set to None
# to represent that it's proper value is unknown
# to represent that its proper value is unknown package = globals.get('__package__') if package is None: package = globals['__name__']
-- Repository URL: http://hg.python.org/cpython
- Previous message: [Python-checkins] devguide: List Jeff Hardy's new push privileges.
- Next message: [Python-checkins] devguide: When a new library is made available which is a dependency, you need
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]