diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2015-09-09 20:39:45 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2015-09-09 20:39:45 (GMT) |
commit | 29bf4d403dd2cb8875e224f50a4cfeea177d33ae (patch) | |
tree | 95bdb0fd4985c21e8c972eb199d1c90b9c38b407 /Misc/NEWS | |
parent | ef05af594126a4c4963f92e7f232a40595c8e308 (diff) | |
parent | 3fc536f1c95abdd57bc4172fb8eb96fd86cab4d3 (diff) | |
download | cpython-29bf4d403dd2cb8875e224f50a4cfeea177d33ae.zip cpython-29bf4d403dd2cb8875e224f50a4cfeea177d33ae.tar.gz cpython-29bf4d403dd2cb8875e224f50a4cfeea177d33ae.tar.bz2 |
Issue #24857: Comparing call_args to a long sequence now correctly returns a
boolean result instead of raising an exception.
Patch by A Kaptur.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -14,6 +14,9 @@ Core and Builtins Library ------- +- Issue #24857: Comparing call_args to a long sequence now correctly returns a + boolean result instead of raising an exception. Patch by A Kaptur. + - Issue #23144: Make sure that HTMLParser.feed() returns all the data, even when convert_charrefs is True. |