Accept keyword arguments for __import__ and doc the addition of the level param from PEP 328.
diff --git a/Misc/NEWS b/Misc/NEWS
index 4bd4283..fa162f5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@
 Core and builtins
 -----------------
 
+- __import__ accepts keyword arguments.
+
 - Patch #1460496: round() now accepts keyword arguments.
 
 - Fixed bug #1459029 - unicode reprs were double-escaped.