commit | 47627d51644d3fcc57390455ef845f72e6387485 | [log] [tgz] |
---|---|---|
author | Florent Xicluna <florent.xicluna@gmail.com> | Mon Mar 08 15:20:28 2010 +0000 |
committer | Florent Xicluna <florent.xicluna@gmail.com> | Mon Mar 08 15:20:28 2010 +0000 |
tree | 18cc9f986951d458645b12178436b4be1529f8b9 | |
parent | 6f682be82b4ce2c64590fdc1255bd0b82d33b0f0 [diff] [blame] |
#7624: Fix isinstance(foo(), collections.Callable) for old-style classes.
diff --git a/Misc/NEWS b/Misc/NEWS index 1f16de8..611f187 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -15,6 +15,9 @@ Library ------- +- Issue #7624: Fix isinstance(foo(), collections.Callable) for old-style + classes. + - Issue #7143: get_payload used to strip any trailing newline from a base64 transfer-encoded payload *after* decoding it; it no longer does. This is a behavior change, so email's minor version number is now