Message 141836 - Python tracker
Message141836
| Author | petri.lehtinen |
|---|---|
| Recipients | Aaron.Meurer, VPeric, benjamin.peterson, eric.araujo, petri.lehtinen |
| Date | 2011-08-09.18:44:21 |
| SpamBayes Score | 0.00015980797 |
| Marked as misclassified | No |
| Message-id | <1312915461.74.0.221109702221.issue12613@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
A smaller snippet to reproduce:
izip().next()
This gets converted to:
next(izip())
It seems to me that the pattern of the itertools fixer doesn't match to izip().something(), and thus this is skipped. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-08-09 18:44:21 | petri.lehtinen | set | recipients: + petri.lehtinen, benjamin.peterson, eric.araujo, VPeric, Aaron.Meurer |
| 2011-08-09 18:44:21 | petri.lehtinen | set | messageid: <1312915461.74.0.221109702221.issue12613@psf.upfronthosting.co.za> |
| 2011-08-09 18:44:21 | petri.lehtinen | link | issue12613 messages |
| 2011-08-09 18:44:21 | petri.lehtinen | create | |