failures
To: python-bugs-list@python.org
From: STINNER Victor <rep...@bugs.python.org>
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 <rep...@bugs.python.org>
Message-Id: <1271632666.33.0.388840040556.issue8...@psf.upfronthosting.co.za>
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: <1271629817.22.0.668476357491.issue8...@psf.upfronthosting.co.za>
Content-Transfer-Encoding: quoted-printable


STINNER Victor <victor.stin...@haypocalc.com> 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 <rep...@bugs.python.org>
<http://bugs.python.org/issue8449>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to