From: Benjamin Peterson Date: Wed, 15 Oct 2014 15:48:41 +0000 (-0400) Subject: merge 3.3 (#22643) X-Git-Tag: v3.5.0a1~655^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1cbb3fe775c210459f53386b8172f5f2965ee33b;p=python merge 3.3 (#22643) --- 1cbb3fe775c210459f53386b8172f5f2965ee33b diff --cc Misc/NEWS index fd8011e298,7676c9051d..4b4d89df83 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -11,10 -10,10 +11,13 @@@ Release date: TB Core and Builtins ----------------- + - Issue #22643: Fix integer overflow in Unicode case operations (upper, lower, + title, swapcase, casefold). + -- Issue #22518: Fixed integer overflow issues in "backslashreplace", +- Issue #22604: Fix assertion error in debug mode when dividing a complex + number by (nan+0j). + +- Issue #22470: Fixed integer overflow issues in "backslashreplace", "xmlcharrefreplace", and "surrogatepass" error handlers. - Issue #22520: Fix overflow checking when generating the repr of a unicode