diff options
author | Brett Cannon <brett@python.org> | 2012-02-08 23:53:46 (GMT) |
---|---|---|
committer | Brett Cannon <brett@python.org> | 2012-02-08 23:53:46 (GMT) |
commit | 32b66be879a77b0764729cf99d2a33e5e2461954 (patch) | |
tree | 0a7c45ba46535bc8adb124aa3372aea9c050ec45 /Misc/NEWS | |
parent | b4e63b3177f50d519aeac2f59d38af4503b82d62 (diff) | |
download | cpython-32b66be879a77b0764729cf99d2a33e5e2461954.zip cpython-32b66be879a77b0764729cf99d2a33e5e2461954.tar.gz cpython-32b66be879a77b0764729cf99d2a33e5e2461954.tar.bz2 |
Clarify a NEWS entry.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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). |