]> granicus.if.org Git - python/commit
Fix test_gzip failure on OS X. The failure was a result of trying to fflush
authorMark Dickinson <dickinsm@gmail.com>
Tue, 4 May 2010 18:45:27 +0000 (18:45 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Tue, 4 May 2010 18:45:27 +0000 (18:45 +0000)
commit3b0b4ff19e4d1d84ca7029a48cad27d64d9af7ab
tree36248e68cbfa06843f05832b7b98f6ef12b0de46
parent06a7e2069a94420ee1dcdb382817c034e925e4e0
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