[Python-checkins] python/dist/src/Mac ReadMe,1.45,1.45.2.1
jackjansen@users.sourceforge.net
jackjansen@users.sourceforge.net
2003年1月02日 15:09:38 -0800
Update of /cvsroot/python/python/dist/src/Mac
In directory sc8-pr-cvs1:/tmp/cvs-serv26587
Modified Files:
Tag: r23a1-branch
ReadMe
Log Message:
Added notes for failing tests. Most of these failures have been added to the sf bug manager, socket I'll have to look in to myself.
Index: ReadMe
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/ReadMe,v
retrieving revision 1.45
retrieving revision 1.45.2.1
diff -C2 -d -r1.45 -r1.45.2.1
*** ReadMe 19 Aug 2002 13:17:39 -0000 1.45
--- ReadMe 2 Jan 2003 23:09:35 -0000 1.45.2.1
***************
*** 84,87 ****
--- 84,99 ----
frozen modules. This should not be a problem in normal use.
+ test_email fails with "AssertionError: 2042 != 2". This will be fixed in
+ the next release.
+
+ test_httplib fails with an unexpected output error. This will be fixed in
+ the next release.
+
+ test_pep263 crashes with a syntax error. This will be fixed in the next release.
+
+ test_socket fails, this problem is being investigated.
+
+ test_strptime fails, this problem is being investigated.
+
Three tests will fail on MacOS9 with MemoryErrors:
test_longexp, test_sha and test_zlib (on MacOSX these should pass).