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 vstinner
Recipients BreamoreBoy, georg.brandl, gpolo, r.david.murray, vstinner
Date 2010-07-24.01:48:49
SpamBayes Score 0.017849449
Marked as misclassified No
Message-id <1279936131.28.0.800375526502.issue3022@psf.upfronthosting.co.za>
In-reply-to
Content
self.get_sequences() => self.get_sequences().iteritems() was fixed in trunk (r71046) and py3k (r71067).

The patch on .get_sequences() has no test: (test_get_message_with_sequences() doesn't fail without the patch.
History
Date User Action Args
2010-07-24 01:48:51vstinnersetrecipients: + vstinner, georg.brandl, gpolo, r.david.murray, BreamoreBoy
2010-07-24 01:48:51vstinnersetmessageid: <1279936131.28.0.800375526502.issue3022@psf.upfronthosting.co.za>
2010-07-24 01:48:49vstinnerlinkissue3022 messages
2010-07-24 01:48:49vstinnercreate