failures To: [email protected] From: STINNER Victor <[email protected]> Date: Sun, 18 Apr 2010 23:17:46 +0000 Precedence: bulk X-Roundup-Name: Python tracker X-Roundup-Loop: hello X-Roundup-Version: 1.4.10 Reply-To: Python tracker <[email protected]> Message-Id: <[email protected]> X-Roundup-issue-status: open X-Roundup-issue-keywords: buildbot X-Roundup-issue-severity: normal X-Roundup-issue-versions: Python 3.1 In-Reply-To: <[email protected]> Content-Transfer-Encoding: quoted-printable
STINNER Victor <[email protected]> added the comment: The tests delete generated files before and after the test using support.un= link(). This function calls os.unlink() but ignores OSError. I guess that the tests are unable to delete the file for an unknown reason,= and so the tests fail. ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue8449> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
