What's New in Python 3.4.2?
===========================
-Release date: XXXX-XX-XX
+Release date: 2014-10-06
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
++- Issue #22415: Fixed debugging output of the GROUPREF_EXISTS opcode in the re
++ module. Removed trailing spaces in debugging output.
++
++- Issue #22423: Unhandled exception in thread no longer causes unhandled
++ AttributeError when sys.stderr is None.
++
++- Issue #21332: Ensure that ``bufsize=1`` in subprocess.Popen() selects
++ line buffering, rather than block buffering. Patch by Akira Li.
++
+
+What's New in Python 3.4.2rc1?
+==============================
+
+Release date: 2014-09-22
Core and Builtins
-----------------