Message140919
| Author | VPeric |
|---|---|
| Recipients | VPeric, benjamin.peterson, eric.araujo |
| Date | 2011-07-22.22:11:39 |
| SpamBayes Score | 1.155149e-07 |
| Marked as misclassified | No |
| Message-id | <1311372700.75.0.0919550613362.issue12616@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The zip fixer fails on this code: zip(B, D)[:-1] I fixed this by wrapping explicitly with list(), but that creates a duplicate list on Python 2. (Like the other fixes I reported, I assume this also applies to 3.3, but I didn't test it so I don't know; adding Eric and Benjamin to nosy, though) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-07-22 22:11:40 | VPeric | set | recipients: + VPeric, benjamin.peterson, eric.araujo |
| 2011-07-22 22:11:40 | VPeric | set | messageid: <1311372700.75.0.0919550613362.issue12616@psf.upfronthosting.co.za> |
| 2011-07-22 22:11:40 | VPeric | link | issue12616 messages |
| 2011-07-22 22:11:39 | VPeric | create | |