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 flox
Recipients MLModel, effbot, flox, georg.brandl, milko.krachounov
Date 2009-12-06.11:51:14
SpamBayes Score 0.0012749139
Marked as misclassified No
Message-id <1260100283.23.0.901369545368.issue6472@psf.upfronthosting.co.za>
In-reply-to
Content
Proposed patch fixes most of the discrepancies between both implementations.

It restores some features that were lost with Python 3:
 * cElement slicing and extended slicing
 * iterparse, cET.getiterator and cET.findall return an iterator
   (as documented)

Some tests were added to check these issues.
History
Date User Action Args
2009-12-06 11:51:23floxsetrecipients: + flox, effbot, georg.brandl, MLModel, milko.krachounov
2009-12-06 11:51:23floxsetmessageid: <1260100283.23.0.901369545368.issue6472@psf.upfronthosting.co.za>
2009-12-06 11:51:21floxlinkissue6472 messages
2009-12-06 11:51:20floxcreate