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 berker.peksag
Recipients barry, berker.peksag, eric.araujo, ezio.melotti, michael.foord, python-dev, r.david.murray, terry.reedy
Date 2014-09-07.10:09:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1410084596.2.0.378963126896.issue8315@psf.upfronthosting.co.za>
In-reply-to
Content
test_importlib has been fixed in issue 22002.

    $ ./python -m unittest test.test_importlib

    ----------------------------------------------------------------------
    Ran 963 tests in 1.533s

    OK (skipped=15, expected failures=1)
History
Date User Action Args
2014-09-07 10:09:56berker.peksagsetrecipients: + berker.peksag, barry, terry.reedy, ezio.melotti, eric.araujo, r.david.murray, michael.foord, python-dev
2014-09-07 10:09:56berker.peksagsetmessageid: <1410084596.2.0.378963126896.issue8315@psf.upfronthosting.co.za>
2014-09-07 10:09:56berker.peksaglinkissue8315 messages
2014-09-07 10:09:55berker.peksagcreate