summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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).