| commit | c620c11e629fb26fa8b554f5c11c66da6f3c2b26 | [log] [tgz] |
|---|---|---|
| author | Serhiy Storchaka <storchaka@gmail.com> | Wed Mar 04 09:42:59 2015 +0200 |
| committer | Serhiy Storchaka <storchaka@gmail.com> | Wed Mar 04 09:42:59 2015 +0200 |
| tree | 1bb5ab0737c098aeb1e72937e287bd49cc9601ff | |
| parent | b027c6cae0bf591d62348f555116f28e0c081880 [diff] [blame] |
Issue #23504: Added an __all__ to the types module.
diff --git a/Misc/NEWS b/Misc/NEWS index 288a484..a211e5d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -18,6 +18,8 @@ Library ------- +- Issue #23504: Added an __all__ to the types module. + - Issue #23458: On POSIX, the file descriptor kept open by os.urandom() is now set to non inheritable