- Issue #12603: Fix pydoc.synopsis() on files with non-negative st_mtime.
diff --git a/Misc/NEWS b/Misc/NEWS
index c587f6e..9a99595 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -37,6 +37,8 @@
 Library
 -------
 
+- Issue #12603: Fix pydoc.synopsis() on files with non-negative st_mtime.
+
 - Issue #12607: In subprocess, fix issue where if stdin, stdout or stderr is
   given as a low fd, it gets overwritten.