[Python-checkins] CVS: python/nondist/peps pep-0200.txt,1.20,1.21

Tim Peters python-dev@python.org
Tue, 22 Aug 2000 20:38:56 -0700


Update of /cvsroot/python/python/nondist/peps
In directory slayer.i.sourceforge.net:/tmp/cvs-serv9566

Modified Files:
	pep-0200.txt 
Log Message:
Recorded new test failures on Windows.  If Jeremy doesn't object, I'll keep
the Windows bugs part of this PEP up-to-date for him.


Index: pep-0200.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0200.txt,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -r1.20 -r1.21
*** pep-0200.txt	2000/08/22 04:42:19	1.20
--- pep-0200.txt	2000/08/23 03:38:53	1.21
***************
*** 91,94 ****
--- 91,101 ----
      test case         platform   R B    date reported
      ---------         --------   - -    -------------
+     test_parser       Windows    ? ?    22-Aug-2000
+         [probably all platforms]
+ 
+     test_posixpath    Windows    ? ?    22-Aug-2000
+         [probably all platforms; think it's because Skip backed out
+          commonpathprefix changes but didn't change the tests]
+ 
      test_fork1        Linux      X      26-Jul-2000     just SMP?
          [no clue; there are probably two bugs here]