make sure to give a 'as' and 'with' parser warning even after import statements #3936
diff --git a/Misc/NEWS b/Misc/NEWS
index 1a58dba..5fcf456 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@
 Core and builtins
 -----------------
 
+- Issue #3936: The parser warnings for using "as" and "with" as variable names
+  didn't fire after import statements.
+
 - Issue #3751: str.rpartition would perform a left-partition when called with
   a unicode argument.