Issue #23016: A warning no longer produces an AttributeError when sys.stderr
is None.
diff --git a/Misc/NEWS b/Misc/NEWS
index f8f9339..6d0f3eb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,6 +13,9 @@
Library
-------
+- Issue #23016: A warning no longer produces an AttributeError when sys.stderr
+ is None.
+
- Issue #14099: ZipFile.open() no longer reopen the underlying file. Objects
returned by ZipFile.open() can now operate independently of the ZipFile even
if the ZipFile was created by passing in a file-like object as the first