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 eric.araujo
Recipients alexis, eric.araujo, tarek
Date 2011-06-03.17:19:54
SpamBayes Score 5.4417146e-09
Marked as misclassified No
Message-id <1307121595.57.0.945178123037.issue12259@psf.upfronthosting.co.za>
In-reply-to
Content
When working on the docs for new_compiler, I read that it was possible to get an msvc compiler on Unix.  I tried it, even wrote a unit test to make sure it worked, and found out that not all compiler classes can be instantiated on my platform.  This should be better documented.
History
Date User Action Args
2011-06-03 17:19:55eric.araujosetrecipients: + eric.araujo, tarek, alexis
2011-06-03 17:19:55eric.araujosetmessageid: <1307121595.57.0.945178123037.issue12259@psf.upfronthosting.co.za>
2011-06-03 17:19:55eric.araujolinkissue12259 messages
2011-06-03 17:19:54eric.araujocreate