summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2007-02-08 09:13:36 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2007-02-08 09:13:36 (GMT)
commit4c11a926255ba5c798b52ce9529a37b9bae99132 (patch)
tree1608d3d5c1d0e460a93279758590814b7c63a6dc /Misc
parent495df4716fce4156c1eb110f9342297164eecbb6 (diff)
downloadcpython-4c11a926255ba5c798b52ce9529a37b9bae99132.zip
cpython-4c11a926255ba5c798b52ce9529a37b9bae99132.tar.gz
cpython-4c11a926255ba5c798b52ce9529a37b9bae99132.tar.bz2
Bug #1653736: Complain about keyword arguments to time.isoformat.
Will backport to 2.5.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0447d4b..25b72c2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -347,6 +347,8 @@ Library
Extension Modules
-----------------
+- Bug #1653736: Complain about keyword arguments to time.isoformat.
+
- Bug #1486663: don't reject keyword arguments for subclasses of builtin
types.