From: Antoine Pitrou Date: Fri, 13 Mar 2009 22:38:28 +0000 (+0000) Subject: Blocked revisions 70349 via svnmerge X-Git-Tag: 3.0~321 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=54186692985b3de4eed17632af2c4accf53a45e0;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 70349 via svnmerge ........ r70349 | antoine.pitrou | 2009-03-13 23:33:17 +0100 (ven., 13 mars 2009) | 4 lines The error detection code in FileIO.close() could fail to reflect the `errno` value, and report it as -1 instead. ........ ---