This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jrosiek
Recipients jrosiek
Date 2009-01-12.11:10:05
SpamBayes Score 0.1397202
Marked as misclassified No
Message-id <1231758608.93.0.211204811833.issue4920@psf.upfronthosting.co.za>
In-reply-to
Content
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 :))?
History
Date User Action Args
2009-01-12 11:10:09jrosieksetrecipients: + jrosiek
2009-01-12 11:10:08jrosieksetmessageid: <1231758608.93.0.211204811833.issue4920@psf.upfronthosting.co.za>
2009-01-12 11:10:07jrosieklinkissue4920 messages
2009-01-12 11:10:06jrosiekcreate