summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2012-05-23 18:36:16 (GMT)
committerPetri Lehtinen <petri@digip.org>2012-05-23 18:36:28 (GMT)
commit3bc37f2360d634b12190590aeb5de935bece5b78 (patch)
treebb7c9910cb52614306938b1a2193e8a6ea226d04 /Misc
parente02ba1031fc1ae1ad095b34f6a07451fb789e23f (diff)
downloadcpython-3bc37f2360d634b12190590aeb5de935bece5b78.zip
cpython-3bc37f2360d634b12190590aeb5de935bece5b78.tar.gz
cpython-3bc37f2360d634b12190590aeb5de935bece5b78.tar.bz2
#14862: Add missing names to os.__all__
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c8301bd..f0e1a55 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -42,6 +42,8 @@ Core and Builtins
Library
-------
+- Issue #14862: Add missing names to os.__all__
+
- Issue #14875: Use float('inf') instead of float('1e66666') in the json module.
- Issue #13585: Added contextlib.ExitStack