From: Brett Cannon <brett@python.org>
Date: Wed, 8 Feb 2012 23:53:46 +0000 (-0500)
Subject: Clarify a NEWS entry.
X-Git-Tag: v3.3.0a1~210
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=32b66be879a77b0764729cf99d2a33e5e2461954;p=python

Clarify a NEWS entry.
---

diff --git a/Misc/NEWS b/Misc/NEWS
index 6ec3df8e02..acc90bd015 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -467,7 +467,7 @@ Library
 -------
 
 - 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).