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: 2to3 does not fix izip_longest
Type: behavior Stage:
Components: 2to3 (2.x to 3.x conversion tool) Versions: Python 3.2
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: Steve.Dower, benjamin.peterson, maubp
Priority: normal Keywords:

Created on 2011-03-08 02:56 by Steve.Dower, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
test.py Steve.Dower, 2011-03-08 02:56 Test case (and expected result)
Messages (2)
msg130304 - (view) Author: Steve Dower (Steve.Dower) Date: 2011-03-08 02:56
Running 2to3 on the attached file makes no modifications, which then causes an error (since itertools.izip_longest is now itertools.zip_longest)
msg130307 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2011-03-08 04:58
770d45d22a40, 88bbc574cfb0, 8947c47a9fef, a7e0cff05597
History
Date User Action Args
2022-04-11 14:57:14adminsetgithub: 55647
2012-02-23 17:23:37maubpsetnosy: + maubp
2011-03-08 04:58:21benjamin.petersonsetstatus: open -> closed

nosy: + benjamin.peterson
messages: + msg130307

resolution: fixed
2011-03-08 02:56:23Steve.Dowercreate