Commit 35ec8a48 authored by Nick Coghlan's avatar Nick Coghlan

Merge NEWS entries from 3.2

parents e047f666 296d9a6f
......@@ -72,6 +72,9 @@ Core and Builtins
Library
-------
- 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
......@@ -229,6 +232,9 @@ Tools/Demos
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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment