Issue #11377: Deprecate platform.popen() and reimplement it with os.popen().
diff --git a/Misc/NEWS b/Misc/NEWS
index 128efa2..ff6ee30 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -52,6 +52,8 @@
 Library
 -------
 
+- Issue #11377: Deprecate platform.popen() and reimplement it with os.popen().
+
 - Issue #8513: On UNIX, subprocess supports bytes command string.
 
 - Issue #10866: Add socket.sethostname().  Initial patch by Ross Lagerwall.