From: Benjamin Peterson Date: Tue, 20 Dec 2016 07:55:24 +0000 (-0800) Subject: merge 3.6 (#28932) X-Git-Tag: v3.7.0a1~1709 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=38f225dd486ab69779eab3cae4fa2375f6c2d8d6;p=python merge 3.6 (#28932) --- 38f225dd486ab69779eab3cae4fa2375f6c2d8d6 diff --cc Misc/NEWS index 15bc0ed6a7,cd1b6618d3..24285d56a9 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -10,9 -10,8 +10,11 @@@ What's New in Python 3.7.0 alpha Core and Builtins ----------------- +- Issue #28927: bytes.fromhex() and bytearray.fromhex() now ignore all ASCII + whitespace, not only spaces. Patch by Robert Xiao. + + - Issue #28932: Do not include if it does not exist. + - Issue #25677: Correct the positioning of the syntax error caret for indented blocks. Based on patch by Michael Layzell.