commit | 49c8f4cf36926d40951fd3a151ddf45caf06cfdb | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Mon May 15 19:30:35 2006 +0000 |
committer | Georg Brandl <georg@python.org> | Mon May 15 19:30:35 2006 +0000 |
tree | b6d8d5a7c83dcbeaedd94d91d7343999145e7231 | |
parent | 2a0ad4db3ad31909f33b4ae17b5927be4abb2330 [diff] [blame] |
[ 1488881 ] tarfile.py: support for file-objects and bz2 (cp. #1488634)
diff --git a/Misc/NEWS b/Misc/NEWS index d2aefb1..6551b99 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -40,6 +40,9 @@ 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.