commit | 4c11a926255ba5c798b52ce9529a37b9bae99132 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Thu Feb 08 09:13:36 2007 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Thu Feb 08 09:13:36 2007 +0000 |
tree | 1608d3d5c1d0e460a93279758590814b7c63a6dc | |
parent | 495df4716fce4156c1eb110f9342297164eecbb6 [diff] [blame] |
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.