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 brett.cannon
Recipients Trundle, alex, benjamin.peterson, brett.cannon, eric.araujo, eric.smith, eric.snow, ncoghlan, pitrou, vstinner
Date 2012-04-07.17:43:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAP1=2W7kM-Dc=e-eq9Zod+bfxiZqg7ajO+JKe_rBMKS5J3s=+g@mail.gmail.com>
In-reply-to <1333742404.3367.0.camel@localhost.localdomain>
Content
On Fri, Apr 6, 2012 at 16:05, Antoine Pitrou <report@bugs.python.org> wrote:

>
> Antoine Pitrou <pitrou@free.fr> added the comment:
>
> > OK, -v/PYTHONVERBOSE is as done as it is going to be by me. Next up is
> > (attempting) Windows registry stuff. After that I will push to default
> > with test_trace and test_pydoc skipped so others can help me with
> > those.
>
> Skipped? How so?

By raising unittest.SkipTest.

I already know how to fix pydoc, but I need to get module names attached to
ImportError and I don't want to bother with that until importlib is in
(else it will be weird having it added into default but not in
Python/import.c). As for trace, I have not looked at it, but I know what
the failure is caused by and it's a question of how best to deal with it.
History
Date User Action Args
2012-04-07 17:43:09brett.cannonsetrecipients: + brett.cannon, ncoghlan, pitrou, vstinner, eric.smith, benjamin.peterson, eric.araujo, alex, Trundle, eric.snow
2012-04-07 17:43:08brett.cannonlinkissue2377 messages
2012-04-07 17:43:08brett.cannoncreate