Issue #7471: Improve the performance of GzipFile's buffering mechanism,
commit921e99c3444a9665d7ec95e43c89b2e00ff3ca08
authorantoine.pitrou <antoine.pitrou@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sun, 3 Jan 2010 22:29:56 +0000 (3 22:29 +0000)
committerantoine.pitrou <antoine.pitrou@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sun, 3 Jan 2010 22:29:56 +0000 (3 22:29 +0000)
tree0c02a82a6c8b79e21666b6178a4045c5cfd949e3
parentee355924b1ab47969370e09521128925ee98c650
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.

git-svn-id: http://svn.python.org/projects/python/trunk@77288 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/gzip.py
Lib/test/test_gzip.py
Misc/NEWS