summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-05-14 22:32:33 (GMT)
committerTim Peters <tim.peters@gmail.com>2001-05-14 22:32:33 (GMT)
commit58e0a8c13015627b5cd4abff6563bef02532596c (patch)
tree7734b82cb756f5a4e534678d6b236b6fb51f5ab5 /Misc
parent460f0691dff8e8f36b325a87f1af25ca6571ddad (diff)
downloadcpython-58e0a8c13015627b5cd4abff6563bef02532596c.zip
cpython-58e0a8c13015627b5cd4abff6563bef02532596c.tar.gz
cpython-58e0a8c13015627b5cd4abff6563bef02532596c.tar.bz2
SF patch #418147 Fixes to allow compiling w/ Borland, from Stephen Hansen.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2290a10..d69c45f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -105,6 +105,10 @@ Tests
pprint.isreadable() return sensible results. Also verifies that simple
cases produce correct output.
+New platforms
+
+- Python should compile and run out of the box using the Borland C
+ compiler (under Windows), thanks to Stephen Hansen.
What's New in Python 2.1 (final)?
=================================