summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-05-15 19:30:35 (GMT)
committerGeorg Brandl <georg@python.org>2006-05-15 19:30:35 (GMT)
commit49c8f4cf36926d40951fd3a151ddf45caf06cfdb (patch)
treeb6d8d5a7c83dcbeaedd94d91d7343999145e7231 /Misc
parent2a0ad4db3ad31909f33b4ae17b5927be4abb2330 (diff)
downloadcpython-49c8f4cf36926d40951fd3a151ddf45caf06cfdb.zip
cpython-49c8f4cf36926d40951fd3a151ddf45caf06cfdb.tar.gz
cpython-49c8f4cf36926d40951fd3a151ddf45caf06cfdb.tar.bz2
[ 1488881 ] tarfile.py: support for file-objects and bz2 (cp. #1488634)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d2aefb1..6551b99 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -40,6 +40,9 @@ Extension Modules
Library
-------
+- Patch #1488881: add support for external file objects in bz2 compressed
+ tarfiles.
+
- Patch #721464: pdb.Pdb instances can now be given explicit stdin and
stdout arguments, making it possible to redirect input and output
for remote debugging.