This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skrah
Recipients Arfrever, brett.cannon, ncoghlan, pitrou, skrah
Date 2012-02-21.23:15:22
SpamBayes Score 0.0083626285
Marked as misclassified No
Message-id <1329866123.55.0.129213410838.issue14052@psf.upfronthosting.co.za>
In-reply-to
Content
It just happened again on the new FreeBSD-9.0 bot:

http://www.python.org/dev/buildbot/all/builders/AMD64%20FreeBSD%208.2%203.x/builds/1845/steps/test/logs/stdio

======================================================================
FAIL: test_package___file__ (test.test_imp.PEP3147Tests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/buildbot/buildarea/3.x.krah-freebsd/build/Lib/test/test_imp.py", line 333, in test_package___file__
    os.sep.join(('.', 'pep3147', '__init__.py')))
AssertionError: 'pep3147/__init__.py' != './pep3147/__init__.py'
- pep3147/__init__.py
+ ./pep3147/__init__.py
? ++
History
Date User Action Args
2012-02-21 23:15:23skrahsetrecipients: + skrah, brett.cannon, ncoghlan, pitrou, Arfrever
2012-02-21 23:15:23skrahsetmessageid: <1329866123.55.0.129213410838.issue14052@psf.upfronthosting.co.za>
2012-02-21 23:15:22skrahlinkissue14052 messages
2012-02-21 23:15:22skrahcreate