diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2015-09-09 20:35:25 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2015-09-09 20:35:25 (GMT) |
commit | 3fc536f1c95abdd57bc4172fb8eb96fd86cab4d3 (patch) | |
tree | ce314beaf09bd4a8891a8d815cb1d022dd289c7a /Misc/NEWS | |
parent | d1a98587fe3bc60985c6d6c36b8cf52f1f57750b (diff) | |
download | cpython-3fc536f1c95abdd57bc4172fb8eb96fd86cab4d3.zip cpython-3fc536f1c95abdd57bc4172fb8eb96fd86cab4d3.tar.gz cpython-3fc536f1c95abdd57bc4172fb8eb96fd86cab4d3.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
@@ -84,6 +84,9 @@ Library - Issue #24982: shutil.make_archive() with the "zip" format now adds entries for directories (including empty directories) in ZIP file. +- 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 #25019: Fixed a crash caused by setting non-string key of expat parser. Based on patch by John Leitch. |