Issue #11235: Fix OverflowError when trying to import a source file whose modification time doesn't fit in a 32-bit timestamp.
diff --git a/Misc/NEWS b/Misc/NEWS
index 27e1b65..6f910be 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -9,6 +9,9 @@
Core and Builtins
-----------------
+- Issue #11235: Fix OverflowError when trying to import a source file whose
+ modification time doesn't fit in a 32-bit timestamp.
+
- Issue #11638: Unicode strings in 'name' and 'version' no longer cause
UnicodeDecodeErrors.