]> granicus.if.org Git - python/commit
Issue #13815: TarFile.extractfile() now returns io.BufferedReader objects.
authorLars Gustäbel <lars@gustaebel.de>
Sat, 5 May 2012 16:15:03 +0000 (18:15 +0200)
committerLars Gustäbel <lars@gustaebel.de>
Sat, 5 May 2012 16:15:03 +0000 (18:15 +0200)
commit7a919e993052deec2826d6ba823156c805b1a9d9
tree27fadbf121cdccef114d61d62f211a890d1455fe
parentef5a4636d078d87d30885a9c371671a217754c8d
Issue #13815: TarFile.extractfile() now returns io.BufferedReader objects.
The ExFileObject class was removed, some of its code went into _FileInFile.
Doc/library/tarfile.rst
Lib/tarfile.py
Lib/test/test_tarfile.py
Misc/NEWS