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 lregebro
Recipients georg.brandl, gvanrossum, lregebro, rhettinger
Date 2008-12-07.05:02:57
SpamBayes Score 2.448381e-06
Marked as misclassified No
Message-id <1228626178.86.0.736570871642.issue4559@psf.upfronthosting.co.za>
In-reply-to
Content
Fair enough, but I still think we can come up with a better example that
requires more contortions than "print", which doesn't. 

I think a good example of contortions is binary file data, which has two
different types in 2.6 and 3.0. Also making sure that you use iterators
all the time when using large sets of data can get quite contorted.
History
Date User Action Args
2008-12-07 05:02:59lregebrosetrecipients: + lregebro, gvanrossum, georg.brandl, rhettinger
2008-12-07 05:02:58lregebrosetmessageid: <1228626178.86.0.736570871642.issue4559@psf.upfronthosting.co.za>
2008-12-07 05:02:57lregebrolinkissue4559 messages
2008-12-07 05:02:57lregebrocreate