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 pje
Recipients ncoghlan, paul.moore, pje
Date 2008-03-21.15:04:54
SpamBayes Score 0.012283752
Marked as misclassified No
Message-id <20080321150452.505AC3A40FF@sparrow.telecommunity.com>
In-reply-to <1206108908.61.0.105609406839.issue2439@psf.upfronthosting. co.za>
Content
But I'm getting a failure on that test, and the other one, too:

$ ./python Lib/test/test_pkgutil.py
test_alreadyloaded (__main__.PkgutilTests) ... FAIL
test_getdata_filesys (__main__.PkgutilTests) ... FAIL
test_getdata_pep302 (__main__.PkgutilTests) ... ok

======================================================================
FAIL: test_alreadyloaded (__main__.PkgutilTests)
----------------------------------------------------------------------
Traceback (most recent call last):
   File "Lib/test/test_pkgutil.py", line 45, in test_alreadyloaded
     self.assertEqual(foo.loads, 1)
AssertionError: 2 != 1

======================================================================
FAIL: test_getdata_filesys (__main__.PkgutilTests)
----------------------------------------------------------------------
Traceback (most recent call last):
   File "Lib/test/test_pkgutil.py", line 30, in test_getdata_filesys
     self.assert_('PkgutilTests' in this_file)
AssertionError

----------------------------------------------------------------------
Ran 3 tests in 0.017s

FAILED (failures=2)

I'm rebuilding my entire 2.6 checkout to double-check there's not 
something else going on, but I know my Lib/ tree is up-to-date.
History
Date User Action Args
2008-03-21 15:04:56pjesetspambayes_score: 0.0122838 -> 0.012283752
recipients: + pje, paul.moore, ncoghlan
2008-03-21 15:04:55pjelinkissue2439 messages
2008-03-21 15:04:55pjecreate