From: Benjamin Peterson Date: Wed, 15 Oct 2014 15:49:15 +0000 (-0400) Subject: merge 3.4 (#22643) X-Git-Tag: v3.5.0a1~655 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=69252643344ae4e80b4582ec6472401d59b3540b;p=python merge 3.4 (#22643) --- 69252643344ae4e80b4582ec6472401d59b3540b diff --cc Misc/NEWS index ac80d74cb5,4b4d89df83..fd502b6e4a --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -10,9 -11,9 +10,12 @@@ Release date: TB Core and Builtins ----------------- + - Issue #22643: Fix integer overflow in Unicode case operations (upper, lower, + title, swapcase, casefold). + +- Issue #17636: Circular imports involving relative imports are now + supported. + - Issue #22604: Fix assertion error in debug mode when dividing a complex number by (nan+0j).