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 tarek
Recipients atuining, benjamin.peterson, exarkun, lemburg, rpetrov, tarek
Date 2009-07-08.21:46:42
SpamBayes Score 8.0933305e-06
Marked as misclassified No
Message-id <1247089603.79.0.0668545999521.issue6377@psf.upfronthosting.co.za>
In-reply-to
Content
I'll set back the compiler attribute when compiler_obj is set too, 
so third-party code will be able to work with it as before.

The current code will deprecate this usage, by displaying a deprecation
warning:

- if the compiler is set to anything else than a string.
- if the compiler is get and happens to be a compiler instance.

so we can keep "compiler" as its initial purpose.

And I'll test it on twisted and egenix. Thanks for the feedback
History
Date User Action Args
2009-07-08 21:46:43tareksetrecipients: + tarek, lemburg, exarkun, atuining, benjamin.peterson, rpetrov
2009-07-08 21:46:43tareksetmessageid: <1247089603.79.0.0668545999521.issue6377@psf.upfronthosting.co.za>
2009-07-08 21:46:42tareklinkissue6377 messages
2009-07-08 21:46:42tarekcreate