commit | 3bc37f2360d634b12190590aeb5de935bece5b78 | [log] [tgz] |
---|---|---|
author | Petri Lehtinen <petri@digip.org> | Wed May 23 21:36:16 2012 +0300 |
committer | Petri Lehtinen <petri@digip.org> | Wed May 23 21:36:28 2012 +0300 |
tree | bb7c9910cb52614306938b1a2193e8a6ea226d04 | |
parent | e02ba1031fc1ae1ad095b34f6a07451fb789e23f [diff] [blame] |
#14862: Add missing names to os.__all__
diff --git a/Misc/NEWS b/Misc/NEWS index c8301bd..f0e1a55 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -42,6 +42,8 @@ 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