Fix 5931 - Python runtime hardcoded in wsgiref.simple_server - Now it specifies an implementation specific term.
diff --git a/Misc/NEWS b/Misc/NEWS
index aeca714..0e43c5f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -23,6 +23,9 @@
 Library
 -------
 
+- Issue #5931: wsgiref environ variable SERVER_SOFTWARE will specify an
+  implementation specific term like Cpython, Jython instead of generic "Python"
+
 - Issue #13248: Remove obsolete argument "max_buffer_size" of BufferedWriter
   and BufferedRWPair, from the io module.