commit | 2e8b602ac1f07ea6623f3ceec0fb35e11e861fd8 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Thu Feb 08 09:13:51 2007 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Thu Feb 08 09:13:51 2007 +0000 |
tree | 09db8c0432e4e590afb0c710684833f3dc4c4316 | |
parent | 0bafda4546c583eeb5a2103d185bde334331378b [diff] |
Bug #1653736: Complain about keyword arguments to time.isoformat.
diff --git a/Misc/NEWS b/Misc/NEWS index 8f15724..4d9eaee 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -105,6 +105,8 @@ Extension Modules ----------------- +- Bug #1653736: Complain about keyword arguments to time.isoformat. + - operator.count() now raises an OverflowError when the count reaches sys.maxint. - Bug #1575169: operator.isSequenceType() now returns False for subclasses of dict.