- Issue #22644: The bundled version of OpenSSL has been updated to 1.0.1j.
+
What's New in Python 3.4.2?
===========================
Release date: 2014-10-06
-Core and Builtins
------------------
-
Library
-------
-----------------
- Issue #21276: posixmodule: Don't define USE_XATTRS on KFreeBSD and the Hurd.
+
- Issue #21226: Set up modules properly in PyImport_ExecCodeModuleObject
(and friends).
- Issue #12837: Silence a tautological comparison warning on OS X under Clang in
socketmodule.c.
+
What's New in Python 3.4.0 Beta 2?
==================================
- Issue #19976: Argument Clinic METH_NOARGS functions now always
take two parameters.
+
What's New in Python 3.4.0 Beta 1?
==================================
- Issue #19390: Argument Clinic no longer accepts malformed Python
and C ids.
+
What's New in Python 3.4.0 Alpha 4?
===================================
options like -fwrapv were overridden and thus not used, which could result
in broken interpreters when building with clang.
+
What's New in Python 3.4.0 Alpha 3?
===================================
- Issue #18922: Now The Lib/smtpd.py and Tools/i18n/msgfmt.py scripts write
their version strings to stdout, and not to sderr.
+
What's New in Python 3.4.0 Alpha 1?
===================================
when \r\n appears at end of 65535 bytes without other newlines.
- Issue #18076: Introduce importlib.util.decode_source().
+
- Issue #18357: add tests for dictview set difference.
Patch by Fraser Tweedale.