#7310: fix the repr() of os.environ
diff --git a/Misc/NEWS b/Misc/NEWS
index 021b31a..2db7bc1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -247,6 +247,8 @@
 Library
 -------
 
+- Issue #7310: fix the __repr__ of os.environ to show the environment variables.
+
 - Issue #7970: email.Generator.flatten now correctly flattens message/rfc822
   messages parsed by email.Parser.HeaderParser.