summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2014-09-22 14:19:30 (GMT)
committerLarry Hastings <larry@hastings.org>2014-09-22 14:19:30 (GMT)
commitf26c2e72d8306b733fe9dad539522a3c04d69798 (patch)
tree9b8511cba94d6ab7a229bb9dcc442a0d81673057 /Misc/NEWS
parent2ec22ab3ed2a3b457dfded4bf4cab3df90cf693a (diff)
downloadcpython-f26c2e72d8306b733fe9dad539522a3c04d69798.zip
cpython-f26c2e72d8306b733fe9dad539522a3c04d69798.tar.gz
cpython-f26c2e72d8306b733fe9dad539522a3c04d69798.tar.bz2
Post-release engineering work for 3.4.2rc1.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4ecf91d..c6107d5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,18 @@ Release date: 2014-10-06
Core and Builtins
-----------------
+Library
+-------
+
+
+What's New in Python 3.4.2rc1?
+==============================
+
+Release date: 2014-09-22
+
+Core and Builtins
+-----------------
+
- Issue #22258: Fix the the internal function set_inheritable() on Illumos.
This platform exposes the function ``ioctl(FIOCLEX)``, but calling it fails
with errno is ENOTTY: "Inappropriate ioctl for device". set_inheritable()