[New-bugs-announce] [issue22592] Drop support of Borland C compiler
STINNER Victor
report at bugs.python.org
Fri Oct 10 00:00:53 CEST 2014
New submission from STINNER Victor:
As a follow-up of the issue #22591, I propose to drop support of the Borland C compiler.
In 2000, it was nice to support Visual Studio and Borland C++ Builder, because they were the two most popular compilers on Windows. Borland C compiler could also be used on MS-DOS.
But Borland stopped the development of its C compiler, it looks like the last release is Borland C++ Builder, which was released in 2000 (I'm not sure). So this proprietary compiler is now 14 years old.
Python now focus on Visual Studio support. Microsoft gives us free licenses and a developer of Microsoft will probably build our binaries for Python 3.5. So Borland C++ Builder support is now almost useless.
On Windows, I would prefer to focus our effort on open source compilers like GCC or OpenWatcom(v2). See for example the issue #22579.
----------
messages: 228923
nosy: haypo
priority: normal
severity: normal
status: open
title: Drop support of Borland C compiler
versions: Python 3.5
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22592>
_______________________________________
More information about the New-bugs-announce
mailing list