]> granicus.if.org Git - python/commitdiff
Clarify the Borland situation, based on email from Stephen.
authorTim Peters <tim.peters@gmail.com>
Sun, 2 Sep 2001 23:01:43 +0000 (23:01 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 2 Sep 2001 23:01:43 +0000 (23:01 +0000)
Misc/NEWS

index 9857d6acb77328ceac2ca344ae9bef8b69610e7d..55e29930c941026ab5c4fed918f1bdcaf75b8d74 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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