diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2001-09-04 21:25:58 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2001-09-04 21:25:58 (GMT) |
commit | 33a3b63e2162e4a323422a86e14e9927173cbbf1 (patch) | |
tree | bdf30b464cbfba7fc1d14f0d8e7d0da8c1023ebb /Doc/whatsnew/whatsnew22.tex | |
parent | d043ab650338410c63dfc6f0bea18eaba94ff6be (diff) | |
download | cpython-33a3b63e2162e4a323422a86e14e9927173cbbf1.zip cpython-33a3b63e2162e4a323422a86e14e9927173cbbf1.tar.gz cpython-33a3b63e2162e4a323422a86e14e9927173cbbf1.tar.bz2 |
Correction: the Borland C port isn't fully operational yet
Diffstat (limited to 'Doc/whatsnew/whatsnew22.tex')
-rw-r--r-- | Doc/whatsnew/whatsnew22.tex | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Doc/whatsnew/whatsnew22.tex b/Doc/whatsnew/whatsnew22.tex index 5044abc..4501930 100644 --- a/Doc/whatsnew/whatsnew22.tex +++ b/Doc/whatsnew/whatsnew22.tex @@ -829,8 +829,9 @@ to experiment with these modules can uncomment them manually. core, Tim Peters fixing it, Michael finding another case, and round and round it went. - \item On Windows, Python can now be compiled with Borland C thanks - to a number of patches contributed by Stephen Hansen. + \item On Windows, Python can now be compiled with Borland C thanks + to a number of patches contributed by Stephen Hansen, though the + result isn't fully functional yet. (But this \emph{is} progress...) \item Another Windows enhancement: Wise Solutions generously offered PythonLabs use of their InstallerMaster 8.1 system. Earlier @@ -858,7 +859,7 @@ to experiment with these modules can uncomment them manually. The author would like to thank the following people for offering suggestions and corrections to various drafts of this article: Fred Bremmer, Keith Briggs, Fred L. Drake, Jr., Carel Fellinger, Mark -Hammond, Jack Jansen, Marc-Andr\'e Lemburg, Tim Peters, Neil +Hammond, Stephen Hansen, Jack Jansen, Marc-Andr\'e Lemburg, Tim Peters, Neil Schemenauer, Guido van Rossum. \end{document} |