]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
On some systems (e.g., Ubuntu on hppa) the flush()
authorNeal Norwitz <nnorwitz@gmail.com>
Sat, 26 Jan 2008 23:13:46 +0000 (23:13 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sat, 26 Jan 2008 23:13:46 +0000 (23:13 +0000)
commit7f47d93f52008e38ed09e379e1a3631dce35874f
treea0dd289974f5659619324a05a895e51efd8989cf
parent37184295dc70936c05803d5a4fafe3ea77a3fd28
On some systems (e.g., Ubuntu on hppa) the flush()
doesn't cause the exception, but the close() does.

Will backport.
Lib/test/test_resource.py