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-06.18:59:33
SpamBayes Score 9.038926e-09
Marked as misclassified No
Message-id <1228589974.93.0.249866716031.issue4559@psf.upfronthosting.co.za>
In-reply-to
Content
A future import is not much of a contortion, and metaclasses is not
exactly an everyday occurrence, after 9 years of python I have yet to
write a metaclass...

Of course I don't like that it specifically mentiones 2.6, while 2.6 has
lot's of forwards compatibility just to make it possible to write code
that runs under both. It will always be true for 2.5, and then we could
fix the issue by changing 2.6 to 2.5. 

If you want to keep the statement for 2.6, it could possibly be
reformulated less strongly, or as a minimum change come up with another
example than something that actually has a forward compatibility in 2.6.
History
Date User Action Args
2008-12-06 18:59:35lregebrosetrecipients: + lregebro, gvanrossum, georg.brandl, rhettinger
2008-12-06 18:59:34lregebrosetmessageid: <1228589974.93.0.249866716031.issue4559@psf.upfronthosting.co.za>
2008-12-06 18:59:34lregebrolinkissue4559 messages
2008-12-06 18:59:33lregebrocreate