[Python-checkins] CVS: python/dist/src/Misc NEWS,1.222,1.223
Tim Peters
tim_one@users.sourceforge.net
Sun, 02 Sep 2001 16:01:45 -0700
Update of /cvsroot/python/python/dist/src/Misc
In directory usw-pr-cvs1:/tmp/cvs-serv28456/python/Misc
Modified Files:
NEWS
Log Message:
Clarify the Borland situation, based on email from Stephen.
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.222
retrieving revision 1.223
diff -C2 -d -r1.222 -r1.223
*** NEWS 2001/09/02 13:44:35 1.222
--- NEWS 2001/09/02 23:01:43 1.223
***************
*** 96,102 ****
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?
Tests
--- 96,104 ----
New platforms
! - 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