diff options
author | Georg Brandl <georg@python.org> | 2006-05-15 19:30:35 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-05-15 19:30:35 (GMT) |
commit | 49c8f4cf36926d40951fd3a151ddf45caf06cfdb (patch) | |
tree | b6d8d5a7c83dcbeaedd94d91d7343999145e7231 /Misc | |
parent | 2a0ad4db3ad31909f33b4ae17b5927be4abb2330 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |