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: syntax error in fix_imports.py
Type: compile error Stage:
Components: 2to3 (2.x to 3.x conversion tool) Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: collinwinter Nosy List: Tinctorius, collinwinter
Priority: normal Keywords: patch

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

Files
File name Uploaded Description Edit
fix_imports-syntaxerror-63319.patch Tinctorius, 2008-05-15 15:14 patch for r63319
Messages (2)
msg66869 - (view) Author: Stijn van Drongelen (Tinctorius) Date: 2008-05-15 15:14
In the current revision of 2to3 (63319), somebody forgot a comma at the
end of line 27 of lib2to3/fix_imports.py, resulting in a syntax error.
msg66873 - (view) Author: Collin Winter (collinwinter) * (Python committer) Date: 2008-05-15 17:43
Fixed in r63321
History
Date User Action Args
2022-04-11 14:56:34adminsetgithub: 47115
2008-05-15 17:43:52collinwintersetstatus: open -> closed
resolution: fixed
messages: + msg66873
2008-05-15 15:14:19Tinctoriuscreate