summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-08-21 07:01:16 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-08-21 07:01:16 (GMT)
commita7eb74627826e389dd78bd5a7a3b0878f4e3dde6 (patch)
treec0b9b7c3d2da3fc8945e7a31b59aebaead0c9cc1 /Misc
parent48ad7c0b01de1be182c3894e1691861ccffb82ea (diff)
downloadcpython-a7eb74627826e389dd78bd5a7a3b0878f4e3dde6.zip
cpython-a7eb74627826e389dd78bd5a7a3b0878f4e3dde6.tar.gz
cpython-a7eb74627826e389dd78bd5a7a3b0878f4e3dde6.tar.bz2
Issue #21549: Added the "members" parameter to TarFile.list().
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e6e09ed..5ac80b8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -124,6 +124,8 @@ Core and Builtins
Library
-------
+- Issue #21549: Added the "members" parameter to TarFile.list().
+
- Issue #19628: Allow compileall recursion depth to be specified with a -r
option.