Backport from 3.2: update PyPI docs regarding listing versions (issue #16400).
diff --git a/Misc/NEWS b/Misc/NEWS
index 6f1d66e..c96ea91 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -558,6 +558,9 @@
 Documentation
 -------------
 
+- Issue #16400: Update the description of which versions of a given package
+  PyPI displays.
+
 - Issue #15677: Document that zlib and gzip accept a compression level of 0 to
   mean 'no compression'. Patch by Brian Brazil.