summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/3.6.0rc2.rst
diff options
context:
space:
mode:
authorlarryhastings <larry@hastings.org>2017-09-04 20:30:19 (GMT)
committerGitHub <noreply@github.com>2017-09-04 20:30:19 (GMT)
commitf9f17346d722b6f073a048b41ec0d6adf336d1d2 (patch)
tree419ced40748802468c84a321be18777a0eb47626 /Misc/NEWS.d/3.6.0rc2.rst
parent002d64039b60c1a9289f981fe73a5cf91d082136 (diff)
downloadcpython-f9f17346d722b6f073a048b41ec0d6adf336d1d2.zip
cpython-f9f17346d722b6f073a048b41ec0d6adf336d1d2.tar.gz
cpython-f9f17346d722b6f073a048b41ec0d6adf336d1d2.tar.bz2
Blurbify master branch. (#3298)
Blurbify master branch.
Diffstat (limited to 'Misc/NEWS.d/3.6.0rc2.rst')
-rw-r--r--Misc/NEWS.d/3.6.0rc2.rst45
1 files changed, 45 insertions, 0 deletions
diff --git a/Misc/NEWS.d/3.6.0rc2.rst b/Misc/NEWS.d/3.6.0rc2.rst
new file mode 100644
index 0000000..1a2c646
--- /dev/null
+++ b/Misc/NEWS.d/3.6.0rc2.rst
@@ -0,0 +1,45 @@
+.. bpo: 28147
+.. date: 9496
+.. nonce: CnK_xf
+.. release date: 2016-12-16
+.. section: Core and Builtins
+
+Fix a memory leak in split-table dictionaries: setattr() must not convert
+combined table into split table. Patch written by INADA Naoki.
+
+..
+
+.. bpo: 28990
+.. date: 9495
+.. nonce: m8xRMJ
+.. section: Core and Builtins
+
+Fix asyncio SSL hanging if connection is closed before handshake is
+completed. (Patch by HoHo-Ho)
+
+..
+
+.. bpo: 28770
+.. date: 9494
+.. nonce: N9GQsz
+.. section: Tools/Demos
+
+Fix python-gdb.py for fastcalls.
+
+..
+
+.. bpo: 28896
+.. date: 9493
+.. nonce: ymAbmH
+.. section: Windows
+
+Deprecate WindowsRegistryFinder.
+
+..
+
+.. bpo: 28898
+.. date: 9492
+.. nonce: YGUd_i
+.. section: Build
+
+Prevent gdb build errors due to HAVE_LONG_LONG redefinition.