commit | b8d661bd5e69f6717fe2b636d6963d03aba5189d | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sun Feb 18 08:50:38 2007 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sun Feb 18 08:50:38 2007 +0000 |
tree | 426915d0f6bb7a1e66053f53eaf10469fe76e82f | |
parent | 0c2552c0735b53d367a58d93957c440f309190ae [diff] [blame] |
Revert r53672, just fix signature of time_isoformat instead.
diff --git a/Misc/NEWS b/Misc/NEWS index cd72a0c..92c7e7c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -111,7 +111,7 @@ - Patch #1657276: Make NETLINK_DNRTMSG conditional. -- Bug #1653736: Complain about keyword arguments to time.isoformat. +- Bug #1653736: Fix signature of time_isoformat. - operator.count() now raises an OverflowError when the count reaches sys.maxint.