]> granicus.if.org Git - python/commit
Issue #7471: Improve the performance of GzipFile's buffering mechanism,
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 3 Jan 2010 22:29:56 +0000 (22:29 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 3 Jan 2010 22:29:56 +0000 (22:29 +0000)
commit673ddf9907898d4483a2622699f588f0b58a5226
tree287266052188ec70042e331f451c4675b803c4f4
parent49d709c92143ba450ee2d3195bb3fa0505a0e88f
Issue #7471: Improve the performance of GzipFile's buffering mechanism,
and make it implement the `io.BufferedIOBase` ABC to allow for further
speedups by wrapping it in an `io.BufferedReader`.  Patch by Nir Aides.
Lib/gzip.py
Lib/test/test_gzip.py
Misc/NEWS