]> granicus.if.org Git - python/commitdiff
Post-release engineering work for 3.4.2rc1.
authorLarry Hastings <larry@hastings.org>
Mon, 22 Sep 2014 14:19:30 +0000 (15:19 +0100)
committerLarry Hastings <larry@hastings.org>
Mon, 22 Sep 2014 14:19:30 +0000 (15:19 +0100)
Include/patchlevel.h
Misc/NEWS

index c101eec03bcd0641a6afc566a7bc09a1cb0f3596..c7ca85044b9811b5ae4c783de1f5e9a86c0b78e9 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "3.4.2rc1"
+#define PY_VERSION             "3.4.2rc1+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index 4ecf91d16a1fd9dc3e06e0d42e99682381fcecd5..c6107d58d1440ca1b564c20d7ffc82aa763a2eea 100644 (file)
--- 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()