summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2012-02-08 23:53:46 (GMT)
committerBrett Cannon <brett@python.org>2012-02-08 23:53:46 (GMT)
commit32b66be879a77b0764729cf99d2a33e5e2461954 (patch)
tree0a7c45ba46535bc8adb124aa3372aea9c050ec45 /Misc/NEWS
parentb4e63b3177f50d519aeac2f59d38af4503b82d62 (diff)
downloadcpython-32b66be879a77b0764729cf99d2a33e5e2461954.zip
cpython-32b66be879a77b0764729cf99d2a33e5e2461954.tar.gz
cpython-32b66be879a77b0764729cf99d2a33e5e2461954.tar.bz2
Clarify a NEWS entry.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6ec3df8..acc90bd 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).