Patch #1677862: Require a space or tab after import in .pth files.
diff --git a/Misc/NEWS b/Misc/NEWS
index f3785fb..e34964e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -158,6 +158,8 @@
 Library
 -------
 
+- Patch #1677862: Require a space or tab after import in .pth files.
+
 - Patch #1192590: Fix pdb's "ignore" and "condition" commands so they trap
   the IndexError caused by passing in an invalid breakpoint number.