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 twouters
Recipients twouters
Date 2008-01-31.01:50:57
SpamBayes Score 0.14374764
Marked as misclassified No
Message-id <1201744259.54.0.851142173989.issue1967@psf.upfronthosting.co.za>
In-reply-to
Content
After talking to Guido, got rid of the future import magic in favour of
just providing 'viewkeys', 'viewitems' and 'viewvalues' methods of
dicts. This makes efficient 2.6-and-3.0 dict-using code possibly by
making 2to3 translate the view-methods directly to keys/values/items in
3.0, and not wrapping everything in list().
History
Date User Action Args
2008-01-31 01:50:59twouterssetspambayes_score: 0.143748 -> 0.14374764
recipients: + twouters
2008-01-31 01:50:59twouterssetspambayes_score: 0.143748 -> 0.143748
messageid: <1201744259.54.0.851142173989.issue1967@psf.upfronthosting.co.za>
2008-01-31 01:50:58twouterslinkissue1967 messages
2008-01-31 01:50:58twouterscreate