Tests
-----
-- Issue #20743: Fix a reference leak in test_tcl.
+- Issue #23799: Added test.support.start_threads() for running and
+ cleaning up multiple threads.
-Tools/Demos
------------
+- Issue #22390: test.regrtest now emits a warning if temporary files or
+ directories are left after running a test.
-- Issue #20535: PYTHONWARNING no longer affects the run_tests.py script.
- Patch by Arfrever Frehtes Taifersar Arahesis.
+- Issue #23583: Added tests for standard IO streams in IDLE.
+Build
+-----
-What's New in Python 3.3.5 release candidate 1?
-===============================================
+- Issue #23445: pydebug builds now use "gcc -Og" where possible, to make
+ the resulting executable faster.
-*Release date: 23-Feb-2014*
+- Issue #23686: Update OS X 10.5 installer and Windows builds to use
+ OpenSSL 1.0.2a.
+
++C API
++-----
++
++- Issue #23998: PyImport_ReInitLock() now checks for lock allocation error
++
+
+What's New in Python 3.4.3?
+===========================
+
+Release date: 2015-02-23
Core and Builtins
-----------------