From: Serhiy Storchaka Date: Sun, 25 May 2014 13:22:20 +0000 (+0300) Subject: Issue #19925: Added tests for the spwd module. Original patch by Vajrasky Kok. X-Git-Tag: v3.5.0a1~1601 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=89b49a9e30ce941fdbf3832bebaf5cfbff930675;p=python Issue #19925: Added tests for the spwd module. Original patch by Vajrasky Kok. --- 89b49a9e30ce941fdbf3832bebaf5cfbff930675 diff --cc Misc/NEWS index 4970afdd76,05230daf24..83fbeb8263 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -15,6 -15,35 +15,8 @@@ Core and Builtin 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).