[Python-checkins] cpython: Clarify a NEWS entry.

brett.cannon python-checkins at python.org
Thu Feb 9 00:55:56 CET 2012


http://hg.python.org/cpython/rev/f49470a26c8e
changeset:   74841:f49470a26c8e
user:        Brett Cannon <brett at python.org>
date:        Wed Feb 08 18:53:46 2012 -0500
summary:
  Clarify a NEWS entry.

files:
  Misc/NEWS |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -467,7 +467,7 @@
 -------
 
 - When '' is a path (e.g. in sys.path), make sure __file__ uses the current
-  working directory instead of ''.
+  working directory instead of '' in importlib.
 
 - Issue #13609: Add two functions to query the terminal size:
   os.get_terminal_size (low level) and shutil.get_terminal_size (high level).

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


More information about the Python-checkins mailing list