summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2014-08-22 14:50:47 (GMT)
committerBrett Cannon <brett@python.org>2014-08-22 14:50:47 (GMT)
commit01408453f12a1acd7c1b2caeca377d4bd6ea7947 (patch)
treef5e08fc3dac8f6cae585a156fa48b041162b209e /Misc
parent95cf98625b484f9f960859d70300e62d0c14d779 (diff)
downloadcpython-01408453f12a1acd7c1b2caeca377d4bd6ea7947.zip
cpython-01408453f12a1acd7c1b2caeca377d4bd6ea7947.tar.gz
cpython-01408453f12a1acd7c1b2caeca377d4bd6ea7947.tar.bz2
Issue #22191: Fix warnings.__all__.
Thanks to Jon Poler for the patch.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS2
2 files changed, 3 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 4ebe074..f9a4426 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -1052,6 +1052,7 @@ Antoine Pitrou
Jean-François Piéronne
Oleg Plakhotnyuk
Remi Pointel
+Jon Poler
Ariel Poliak
Guilherme Polo
Illia Polosukhin
diff --git a/Misc/NEWS b/Misc/NEWS
index 47ea776..cbe93b1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -19,6 +19,8 @@ Core and Builtins
Library
-------
+- Issue #22191: Fixed warnings.__all__.
+
- Issue #21308: Backport numerous features from Python's ssl module. This is
part of PEP 466.