Issue #9378: python -m pickle <pickle file> will now load and display
the first object in the pickle file.
diff --git a/Misc/NEWS b/Misc/NEWS
index 2437614..5b18d62 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -473,6 +473,9 @@
 Library
 -------
 
+- Issue #9378: python -m pickle <pickle file> will now load and
+  display the first object in the pickle file.
+
 - Issue #4770: Restrict binascii module to accept only bytes (as specified).
   And fix the email package to encode to ASCII instead of
   ``raw-unicode-escape`` before ASCII-to-binary decoding.