Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 75862c4

Browse files
committed
Merge 3.6.0rc2 Misc/NEWS entries into 3.6.1
1 parent 40ed602 commit 75862c4

1 file changed

Lines changed: 31 additions & 8 deletions

File tree

Misc/NEWS

Lines changed: 31 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
5446
Windows
5547
-------
5648

@@ -75,6 +67,37 @@ Build
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+
78101
What's New in Python 3.6.0 release candidate 1
79102
==============================================
80103

0 commit comments

Comments
 (0)