From: Benjamin Peterson Date: Wed, 26 Sep 2012 04:25:10 +0000 (-0400) Subject: rephrase X-Git-Tag: v3.3.1rc1~818^2^2~22 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=52c62d8697f96b774c3582a23cb7e7a05e9b8aa7;p=python rephrase --- diff --git a/Lib/importlib/_bootstrap.py b/Lib/importlib/_bootstrap.py index 5c4d2c6adc..224b4dc727 100644 --- a/Lib/importlib/_bootstrap.py +++ b/Lib/importlib/_bootstrap.py @@ -419,8 +419,8 @@ def cache_from_source(path, debug_override=None): .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.