Bug #1653736: Complain about keyword arguments to time.isoformat.
Will backport to 2.5.
diff --git a/Misc/NEWS b/Misc/NEWS
index 0447d4b..25b72c2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -347,6 +347,8 @@
 Extension Modules
 -----------------
 
+- Bug #1653736: Complain about keyword arguments to time.isoformat.
+
 - Bug #1486663: don't reject keyword arguments for subclasses of builtin
   types.