commit | 32b66be879a77b0764729cf99d2a33e5e2461954 | [log] [tgz] |
---|---|---|
author | Brett Cannon <brett@python.org> | Wed Feb 08 18:53:46 2012 -0500 |
committer | Brett Cannon <brett@python.org> | Wed Feb 08 18:53:46 2012 -0500 |
tree | 0a7c45ba46535bc8adb124aa3372aea9c050ec45 | |
parent | b4e63b3177f50d519aeac2f59d38af4503b82d62 [diff] [blame] |
Clarify a NEWS entry.
diff --git a/Misc/NEWS b/Misc/NEWS index 6ec3df8..acc90bd 100644 --- 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).