commit | 74a651b4e6dce58c9827ddd005ba558a7cbe5bff | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sat Dec 20 17:42:24 2014 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Sat Dec 20 17:42:24 2014 +0200 |
tree | 6918426354b91e6423ee853e1e16884a6b4034ce | |
parent | d4f5c1436be9b965d3e9a82cd43783a1fbed4114 [diff] [blame] |
Issue #23071: Added missing names to codecs.__all__. Patch by Martin Panter.
diff --git a/Misc/NEWS b/Misc/NEWS index 4754bd8..54fc789 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -15,6 +15,8 @@ Library ------- +- Issue #23071: Added missing names to codecs.__all__. Patch by Martin Panter. + - Issue #23016: A warning no longer produces an AttributeError when sys.stderr is None.