diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-09-02 23:01:43 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-09-02 23:01:43 (GMT) |
commit | b7da09099a003289c794e9bdabbf0125fa9b7ae7 (patch) | |
tree | 03fe048d1b9d4337b1b5bfcbf17a08c7f4cd983a /Misc | |
parent | b95ec09a44d59c57a68591e35df10f583c86a1aa (diff) | |
download | cpython-b7da09099a003289c794e9bdabbf0125fa9b7ae7.zip cpython-b7da09099a003289c794e9bdabbf0125fa9b7ae7.tar.gz cpython-b7da09099a003289c794e9bdabbf0125fa9b7ae7.tar.bz2 |
Clarify the Borland situation, based on email from Stephen.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -95,9 +95,11 @@ API New platforms -- Patches from Stephen Hansen for the Borland C compiler (under Windows) - are reported to yield a clean compile, but a Python that doesn't yet - run correctly. Volunteers? +- Stephen Hansen contributed patches sufficient to get a clean compile + under Borland C (Windows), but he reports problems running it and ran + out of time to complete the port. Volunteers? Expect a MemoryError + when importing the types module; this is probably shallow, and + causing later failures too. Tests |