@@ -17,10 +17,6 @@ Core and Builtins
1717- Issue #28991: functools.lru_cache() was susceptible to an obscure $
1818 bug triggerable by a monkey-patched len() function.
1919
20- - Issue #28147: Fix a memory leak in split-table dictionaries: setattr()
21- must not convert combined table into split table. Patch written by INADA
22- Naoki.
23-
2420- Issue #28739: f-string expressions no longer accepted as docstrings and
2521 by ast.literal_eval() even if they do not include expressions.
2622
@@ -47,10 +43,6 @@ Library
4743 now when the grp module cannot be imported, as for example on Android
4844 platforms.
4945
50- - Issue #28990: Fix SSL hanging if connection is closed before handshake
51- completed.
52- (Patch by HoHo-Ho)
53-
5446Windows
5547-------
5648
7567- Issue #28849: Do not define sys.implementation._multiarch on Android.
7668
7769
70+ What's New in Python 3.6.0 release candidate 2
71+ ==============================================
72+
73+ *Release date: 2016-12-16*
74+
75+ Core and Builtins
76+ -----------------
77+
78+ - Issue #28147: Fix a memory leak in split-table dictionaries: setattr()
79+ must not convert combined table into split table. Patch written by INADA
80+ Naoki.
81+
82+ - Issue #28990: Fix asynchio SSL hanging if connection is closed before
83+ handshake is completed. (Patch by HoHo-Ho)
84+
85+ Tools/Demos
86+ -----------
87+
88+ - Issue #28770: Fix python-gdb.py for fastcalls.
89+
90+ Windows
91+ -------
92+
93+ - Issue #28896: Deprecate WindowsRegistryFinder.
94+
95+ Build
96+ -----
97+
98+ - Issue #28898: Prevent gdb build errors due to HAVE_LONG_LONG redefinition.
99+
100+
78101What's New in Python 3.6.0 release candidate 1
79102==============================================
80103
0 commit comments