From: Benjamin Peterson Date: Tue, 20 Dec 2016 07:54:57 +0000 (-0800) Subject: merge 3.5 (#28932) X-Git-Tag: v3.6.1rc1~277 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b0eb986eb236c41ebf098233940e038c7b993b9f;p=thirdparty%2FPython%2Fcpython.git merge 3.5 (#28932) --- b0eb986eb236c41ebf098233940e038c7b993b9f diff --cc Misc/NEWS index 8fcdec5fd369,1286d7b3511a..cd1b6618d375 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -10,6 -10,11 +10,8 @@@ What's New in Python 3.6.1 release cand Core and Builtins ----------------- + - Issue #28932: Do not include if it does not exist. + -- Issue #28147: Fix a memory leak in split-table dictionaries: setattr() - must not convert combined table into split table. - - Issue #25677: Correct the positioning of the syntax error caret for indented blocks. Based on patch by Michael Layzell.