[Python-checkins] cpython: rephrase

benjamin.peterson python-checkins at python.org
Wed Sep 26 06:25:19 CEST 2012


http://hg.python.org/cpython/rev/9b0582477aad
changeset:   79191:9b0582477aad
parent:      79189:82f25e941be2
user:        Benjamin Peterson <benjamin at python.org>
date:        Wed Sep 26 00:25:10 2012 -0400
summary:
  rephrase

files:
  Lib/importlib/_bootstrap.py |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Lib/importlib/_bootstrap.py b/Lib/importlib/_bootstrap.py
--- a/Lib/importlib/_bootstrap.py
+++ b/Lib/importlib/_bootstrap.py
@@ -419,8 +419,8 @@
     .pyc/.pyo file calculated as if the .py file were imported.  The extension
     will be .pyc unless sys.flags.optimize is non-zero, then it will be .pyo.
 
-    If debug_override is not None, then it must be a boolean and is taken as
-    the value of bool(sys.flags.optimize) instead.
+    If debug_override is not None, then it must be a boolean and is used in
+    place of sys.flags.optimize.
 
     If sys.implementation.cache_tag is None then NotImplementedError is raised.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list