summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2016-12-17 04:16:36 (GMT)
committerNed Deily <nad@python.org>2016-12-17 04:16:36 (GMT)
commit75862c4c66cb23edbaf1b370cb7a355108edfd49 (patch)
treed2ac6643a0f912eadd2375b6ea78900d5fe42cb6
parent40ed60283604fb1b782f235149202c8376f9f6a7 (diff)
downloadcpython-75862c4c66cb23edbaf1b370cb7a355108edfd49.zip
cpython-75862c4c66cb23edbaf1b370cb7a355108edfd49.tar.gz
cpython-75862c4c66cb23edbaf1b370cb7a355108edfd49.tar.bz2
Merge 3.6.0rc2 Misc/NEWS entries into 3.6.1
-rw-r--r--Misc/NEWS39
1 files changed, 31 insertions, 8 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 24798ce..883ca6e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -17,10 +17,6 @@ Core and Builtins
- Issue #28991: functools.lru_cache() was susceptible to an obscure $
bug triggerable by a monkey-patched len() function.
-- Issue #28147: Fix a memory leak in split-table dictionaries: setattr()
- must not convert combined table into split table. Patch written by INADA
- Naoki.
-
- Issue #28739: f-string expressions no longer accepted as docstrings and
by ast.literal_eval() even if they do not include expressions.
@@ -47,10 +43,6 @@ Library
now when the grp module cannot be imported, as for example on Android
platforms.
-- Issue #28990: Fix SSL hanging if connection is closed before handshake
- completed.
- (Patch by HoHo-Ho)
-
Windows
-------
@@ -75,6 +67,37 @@ Build
- Issue #28849: Do not define sys.implementation._multiarch on Android.
+What's New in Python 3.6.0 release candidate 2
+==============================================
+
+*Release date: 2016-12-16*
+
+Core and Builtins
+-----------------
+
+- Issue #28147: Fix a memory leak in split-table dictionaries: setattr()
+ must not convert combined table into split table. Patch written by INADA
+ Naoki.
+
+- Issue #28990: Fix asynchio SSL hanging if connection is closed before
+ handshake is completed. (Patch by HoHo-Ho)
+
+Tools/Demos
+-----------
+
+- Issue #28770: Fix python-gdb.py for fastcalls.
+
+Windows
+-------
+
+- Issue #28896: Deprecate WindowsRegistryFinder.
+
+Build
+-----
+
+- Issue #28898: Prevent gdb build errors due to HAVE_LONG_LONG redefinition.
+
+
What's New in Python 3.6.0 release candidate 1
==============================================