STINNER Victor added the comment:

> 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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22591>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to