Message 75969 - Python tracker
Message75969
| Author | rhettinger |
|---|---|
| Recipients | jmfauth, rhettinger |
| Date | 2008-11-17.16:06:04 |
| SpamBayes Score | 0.0013356982 |
| Marked as misclassified | No |
| Message-id | <1226937965.43.0.385534886464.issue4337@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Feature :-) You will get the expected result if you skip the step where you ran the for-loop over r before running list(). Either listing or for-looping will exhaust the iterator. This is how iterators work. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-11-17 16:06:05 | rhettinger | set | recipients: + rhettinger, jmfauth |
| 2008-11-17 16:06:05 | rhettinger | set | messageid: <1226937965.43.0.385534886464.issue4337@psf.upfronthosting.co.za> |
| 2008-11-17 16:06:04 | rhettinger | link | issue4337 messages |
| 2008-11-17 16:06:04 | rhettinger | create | |