]> granicus.if.org Git - python/commit
Merged revisions 77288 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 3 Jan 2010 22:37:40 +0000 (22:37 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 3 Jan 2010 22:37:40 +0000 (22:37 +0000)
commitb1f8835b213411d059d0e2ba4b78125328afeee6
tree42cf60ff63d11840481e1ee373fa213c950a99cc
parenta81d881e136021a84656620b3bf11dfa8b0556ec
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.
........
Lib/gzip.py
Lib/test/test_gzip.py
Misc/NEWS