summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2010-04-28 17:51:36 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2010-04-28 17:51:36 (GMT)
commit6ac91723bd78dd1b9ae05e3efefe9b36e9aaad84 (patch)
tree24d868801f005344c4c2cb8cca8ed2ff172425bd /Misc
parent71fb6c88a8f8e04968a726945ef53b4dee6e10c9 (diff)
downloadcpython-6ac91723bd78dd1b9ae05e3efefe9b36e9aaad84.zip
cpython-6ac91723bd78dd1b9ae05e3efefe9b36e9aaad84.tar.gz
cpython-6ac91723bd78dd1b9ae05e3efefe9b36e9aaad84.tar.bz2
#8295 : Added shutil.unpack_archive and related APIs
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 e83285a..622851d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -339,6 +339,8 @@ C-API
Library
-------
+- Issue #8295: Added shutil.unpack_archive.
+
- Issue #6312: Fixed http HEAD request when the transfer encoding is chunked.
It should correctly return an empty response now.