Message157742
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. |
|
Date |
User |
Action |
Args |
2012-04-07 17:43:09 | brett.cannon | set | recipients:
+ brett.cannon, ncoghlan, pitrou, vstinner, eric.smith, benjamin.peterson, eric.araujo, alex, Trundle, eric.snow |
2012-04-07 17:43:08 | brett.cannon | link | issue2377 messages |
2012-04-07 17:43:08 | brett.cannon | create | |
|