]> granicus.if.org Git - python/commitdiff
Issue #19925: Added tests for the spwd module. Original patch by Vajrasky Kok.
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 25 May 2014 13:22:20 +0000 (16:22 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 25 May 2014 13:22:20 +0000 (16:22 +0300)
1  2 
Misc/NEWS

diff --cc Misc/NEWS
index 4970afdd766e544b8077920021b7f00d96af118c,05230daf248c52ae0eb1a3d786743db9ec1241a7..83fbeb8263f3ff65170f3f666dc9a66f4c6bcf06
+++ 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).