Message 175242 - Python tracker
Message175242
| Author | alex |
|---|---|
| Recipients | alex, arigo, benjamin.peterson, ezio.melotti |
| Date | 2012-11-09.14:46:42 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1352472402.35.0.575492741949.issue14010@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Since the paste is dead:
i = filter(bool, range(5))
for _ in range(1000000):
i = filter(bool, i)
for p in i:
print(p) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-11-09 14:46:42 | alex | set | recipients: + alex, arigo, benjamin.peterson, ezio.melotti |
| 2012-11-09 14:46:42 | alex | set | messageid: <1352472402.35.0.575492741949.issue14010@psf.upfronthosting.co.za> |
| 2012-11-09 14:46:42 | alex | link | issue14010 messages |
| 2012-11-09 14:46:42 | alex | create | |