]> granicus.if.org Git - python/commitdiff
Merge NEWS entries from 3.2
authorNick Coghlan <ncoghlan@gmail.com>
Wed, 16 Mar 2011 18:18:29 +0000 (14:18 -0400)
committerNick Coghlan <ncoghlan@gmail.com>
Wed, 16 Mar 2011 18:18:29 +0000 (14:18 -0400)
1  2 
Misc/NEWS

diff --cc Misc/NEWS
index e3c04538ef629dbb0e50d1874d1fdf10de65b026,738b9c147787e51fe20504ed1b51581f7ab26c22..b391f2326b5fc6f0e5e6297e40d33be885210620
+++ b/Misc/NEWS
@@@ -72,8 -40,9 +72,11 @@@ Core and Builtin
  Library
  -------
  
 -- Issue #11548: shutil.unpack_archive now correctly handles the format
++- Issue #11560: shutil.unpack_archive now correctly handles the format
+   parameter. Patch by Evan Dandrea.
 +- Issue #5870: Add `subprocess.DEVNULL` constant.
 +
  - Issue #11133: fix two cases where inspect.getattr_static can trigger code
    execution. Patch by Andreas Stührk.
  
@@@ -229,10 -122,11 +232,13 @@@ Tools/Demo
  Tests
  -----
  
+ - Issue #11548: Improve test coverage of the shutil module. Patch by
+   Evan Dandrea.
  - Issue #11554: Reactivated test_email_codecs.
  
 +- Issue #11505: improves test coverage of string.py
 +
  - Issue #11490: test_subprocess:test_leaking_fds_on_error no longer gives a
    false positive if the last directory in the path is inaccessible.