]> granicus.if.org Git - python/commit
Merged revisions 80762 via svnmerge from
authorMark Dickinson <dickinsm@gmail.com>
Tue, 4 May 2010 18:47:04 +0000 (18:47 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Tue, 4 May 2010 18:47:04 +0000 (18:47 +0000)
commita9eb87a144988731b25923da1d531a572037f160
tree0a4024a5de8e7a0d53d0dc2d71450bddeb9830a9
parent7eab65d74f78eefeebca617a9fceb1ad56125936
Merged revisions 80762 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r80762 | mark.dickinson | 2010-05-04 19:45:27 +0100 (Tue, 04 May 2010) | 3 lines

  Fix test_gzip failure on OS X.  The failure was a result of trying to fflush
  a file that wasn't open for writing.  Patch by Antoine Pitrou.
........
Lib/gzip.py