Message79662
1. collections.MutableSet refers to __next__() slot instead of next()
buildin.
2. collection.Iterator is not compatible with 2.6's iterators which
should have next() slot. Proposed solution: add a next() method to
collections.Iterator that falls back to __next__().
Attaching:
1. Example code for problem 1
2. Example code for problem 2
3. A patch
When are you planning next bugfix release for 2.6 (I am particularly
interested in these issues :))? |
|
| Date |
User |
Action |
Args |
| 2009-01-12 11:10:09 | jrosiek | set | recipients:
+ jrosiek |
| 2009-01-12 11:10:08 | jrosiek | set | messageid: <1231758608.93.0.211204811833.issue4920@psf.upfronthosting.co.za> |
| 2009-01-12 11:10:07 | jrosiek | link | issue4920 messages |
| 2009-01-12 11:10:06 | jrosiek | create | |
|