projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4e63b3
)
Clarify a NEWS entry.
author
Brett Cannon
<brett@python.org>
Wed, 8 Feb 2012 23:53:46 +0000
(18:53 -0500)
committer
Brett Cannon
<brett@python.org>
Wed, 8 Feb 2012 23:53:46 +0000
(18:53 -0500)
Misc/NEWS
patch
|
blob
|
history
diff --git
a/Misc/NEWS
b/Misc/NEWS
index 6ec3df8e0218216b1c84f331146be7060e8c31bc..acc90bd0152eb6b4e24a6f016c3e00b622fb7381 100644
(file)
--- 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).