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 SilentGhost
Recipients SilentGhost, alexis, dstufft, eric.araujo, lemburg, paul.moore, tarek
Date 2015-12-05.09:08:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1449306484.59.0.680027150317.issue25805@psf.upfronthosting.co.za>
In-reply-to
Content
Running ./python Lib/test/test_pkgutil.py I got one test failing:

test.support.TestFailed: Traceback (most recent call last):
  File "Lib/test/test_pkgutil.py", line 346, in test_get_loader_handles_missing_loader_attribute
    self.assertIsNotNone(pkgutil.get_loader(__name__))
AssertionError: unexpectedly None

When run as `./python -m test test_pkgutil` everything is fine.
History
Date User Action Args
2015-12-05 09:08:04SilentGhostsetrecipients: + SilentGhost, lemburg, paul.moore, tarek, eric.araujo, alexis, dstufft
2015-12-05 09:08:04SilentGhostsetmessageid: <1449306484.59.0.680027150317.issue25805@psf.upfronthosting.co.za>
2015-12-05 09:08:04SilentGhostlinkissue25805 messages
2015-12-05 09:08:04SilentGhostcreate