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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, christian.heimes, loewis
Date 2008-02-12.22:00:50
SpamBayes Score 0.012348885
Marked as misclassified No
Message-id <1202853651.52.0.938645688709.issue2065@psf.upfronthosting.co.za>
In-reply-to
Content
Is it permitted to allow python compile with older compilers, even with
some functions missing?

This patch already skips some functions not included with VC6:
socket.ioctl, msvcrt.getwch &co.
Even socket.RCVALL_IPLEVEL is not available on my installation of VS8
(Professional Edition).

Even if the result is only a subset of the official python (as shown
when running the test suite), it may still be useful, when embedded in
legacy applications for example, where installing a new SDK is not
always possible.
History
Date User Action Args
2008-02-12 22:00:51amaury.forgeotdarcsetspambayes_score: 0.0123489 -> 0.012348885
recipients: + amaury.forgeotdarc, loewis, christian.heimes
2008-02-12 22:00:51amaury.forgeotdarcsetspambayes_score: 0.0123489 -> 0.0123489
messageid: <1202853651.52.0.938645688709.issue2065@psf.upfronthosting.co.za>
2008-02-12 22:00:50amaury.forgeotdarclinkissue2065 messages
2008-02-12 22:00:50amaury.forgeotdarccreate