time issue noticeable when compiling code with a large number of "and"
and "or" operators.
-Library
--------
-
-- Issue #14710: pkgutil.get_loader() no longer raises an exception when None is
- found in sys.modules.
-
-- Issue #14710: pkgutil.find_loader() no longer raises an exception when a
- module doesn't exist.
-
-- Issue #21538: The plistlib module now supports loading of binary plist files
- when reference or offset size is not a power of two.
-
-Tests
------
-
+ - Issue #19925: Added tests for the spwd module. Original patch by Vajrasky Kok.
+
-- Issue #21522: Added Tkinter tests for Listbox.itemconfigure(),
- PanedWindow.paneconfigure(), and Menu.entryconfigure().
-
-
-What's New in Python 3.4.1?
-===========================
-
-Release date: 2014-05-18
-
-Core and Builtins
------------------
-
- Issue #21418: Fix a crash in the builtin function super() when called without
argument and without current frame (ex: embedded Python).