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 vstinner
Recipients serhiy.storchaka, vstinner
Date 2014-10-09.21:44:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412891099.75.0.521139919135.issue22591@psf.upfronthosting.co.za>
In-reply-to
Content
> AFAIK Borland and Watcom compilers supported Windows.

It looks like Borland C++ Builder 5.5 was released in 2000, 14 years ago. Yes, it supports Windows and MS-DOS, but do we really want to support this very old proprietary compiler?

For Watcom, it's a different story. The compiler was released under an open source license. It's now hosted at github and the project is actively developed (last commit a few hours ago):
https://github.com/open-watcom/open-watcom-v2/

It would be interesting to support OpenWatcom compiler on Windows to not depend on the proprietary Microsoft compiler.
History
Date User Action Args
2014-10-09 21:44:59vstinnersetrecipients: + vstinner, serhiy.storchaka
2014-10-09 21:44:59vstinnersetmessageid: <1412891099.75.0.521139919135.issue22591@psf.upfronthosting.co.za>
2014-10-09 21:44:59vstinnerlinkissue22591 messages
2014-10-09 21:44:59vstinnercreate