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 pitrou
Recipients Arfrever, brett.cannon, ncoghlan, pitrou
Date 2012-02-20.13:09:44
SpamBayes Score 0.006051514
Marked as misclassified No
Message-id <1329743385.39.0.636674585899.issue14052@psf.upfronthosting.co.za>
In-reply-to
Content
There was the following sporadic buildbot failure:


======================================================================
FAIL: test_package___file__ (test.test_imp.PEP3147Tests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/buildbot/buildarea/3.x.bolen-ubuntu/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
? ++


I wonder if the test suite is playing games and sometimes using importlib :-/
History
Date User Action Args
2012-02-20 13:09:45pitrousetrecipients: + pitrou, brett.cannon, ncoghlan, Arfrever
2012-02-20 13:09:45pitrousetmessageid: <1329743385.39.0.636674585899.issue14052@psf.upfronthosting.co.za>
2012-02-20 13:09:44pitroulinkissue14052 messages
2012-02-20 13:09:44pitroucreate