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.

classification
Title: Test_imports fails in 2.6
Type: Stage:
Components: 2to3 (2.x to 3.x conversion tool) Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: collinwinter Nosy List: benjamin.peterson, collinwinter, loewis
Priority: deferred blocker Keywords:

Created on 2008-05-25 15:19 by loewis, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (4)
msg67349 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2008-05-25 15:19
Test_imports fails for selected cases, when run under Python 2.6.
E.g. from_import_usage fails for rewriting __builtin__ print, and also
for __builtin__ zip.
msg69794 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2008-07-16 16:11
I have fixed this in r65017 and am currently merging it into the trunk
and py3k. Martin, do you still want to keep the lib2to3 resource around?
msg69821 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2008-07-16 19:37
> I have fixed this in r65017 and am currently merging it into the trunk
> and py3k. Martin, do you still want to keep the lib2to3 resource around?

Last I tried, running test_import still took a very long time
(issue2968). If that was fixed, the resource would not be needed
anymore. OTOH, if it's only me complaining about this issue, it's
ok to remove the resource even without fixing the issue first.
msg69822 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2008-07-16 19:39
I understand that #3218 helps test_import a lot, so once that patch is
when I'll remove the resource.
History
Date User Action Args
2022-04-11 14:56:34adminsetgithub: 47218
2008-07-16 19:39:32benjamin.petersonsetmessages: + msg69822
2008-07-16 19:37:43loewissetmessages: + msg69821
2008-07-16 16:11:44benjamin.petersonsetstatus: open -> closed
resolution: fixed
messages: + msg69794
nosy: + benjamin.peterson
2008-07-16 03:19:41benjamin.petersonsetpriority: deferred blocker
2008-05-25 15:19:08loewiscreate