Commit f26c2e72 authored by Larry Hastings's avatar Larry Hastings

Post-release engineering work for 3.4.2rc1.

parent 2ec22ab3
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#define PY_RELEASE_SERIAL 1 #define PY_RELEASE_SERIAL 1
/* Version as a string */ /* Version as a string */
#define PY_VERSION "3.4.2rc1" #define PY_VERSION "3.4.2rc1+"
/*--end constants--*/ /*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
......
...@@ -10,6 +10,18 @@ Release date: 2014-10-06 ...@@ -10,6 +10,18 @@ Release date: 2014-10-06
Core and Builtins 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. - Issue #22258: Fix the the internal function set_inheritable() on Illumos.
This platform exposes the function ``ioctl(FIOCLEX)``, but calling it fails This platform exposes the function ``ioctl(FIOCLEX)``, but calling it fails
with errno is ENOTTY: "Inappropriate ioctl for device". set_inheritable() with errno is ENOTTY: "Inappropriate ioctl for device". set_inheritable()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment