when no module is given in a 'from' relative import, make ImportFrom.module NULL
diff --git a/Misc/NEWS b/Misc/NEWS
index 18976c0..8af9914 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@
Core and Builtins
-----------------
+- When no module is given in a relative import, the module field of the
+ ImportFrom AST node is now None instead of an empty string.
+
- Assignment to None using import statements now raises a SyntaxError.
- In the slice AST type, the step field will always be None if a step expression