commit | b1f8835b213411d059d0e2ba4b78125328afeee6 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sun Jan 03 22:37:40 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sun Jan 03 22:37:40 2010 +0000 |
tree | 42cf60ff63d11840481e1ee373fa213c950a99cc | |
parent | a81d881e136021a84656620b3bf11dfa8b0556ec [diff] |
Merged revisions 77288 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r77288 | antoine.pitrou | 2010-01-03 23:29:56 +0100 (dim., 03 janv. 2010) | 5 lines 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. ........