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

Tim Peters python-dev@python.org
Tue, 15 Aug 2000 00:34:37 -0700


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

Modified Files:
	pep-0200.txt 
Log Message:
Updated status of test_popen2 on Windows.


Index: pep-0200.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0200.txt,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** pep-0200.txt	2000/08/15 05:58:29	1.8
--- pep-0200.txt	2000/08/15 07:34:33	1.9
***************
*** 90,94 ****
  
      test case         platform   R B    date reported
!     ---------         --------   --     -------------
      test_winreg2      Win32      X X    26-Jul-2000
          [still fails 15-Aug-2000 for me, on Win98 - tim
--- 90,94 ----
  
      test case         platform   R B    date reported
!     ---------         --------   - -    -------------
      test_winreg2      Win32      X X    26-Jul-2000
          [still fails 15-Aug-2000 for me, on Win98 - tim
***************
*** 98,105 ****
  
      test_popen2       Win32      X X    26-Jul-2000
-         [believe this was fix by /F]
          [still fails 15-Aug-2000 for me, on Win98 - tim
!          test test_popen2 crashed -- exceptions.WindowsError :
!          [Errno 2] The system cannot find the file specified
          ]
  
--- 98,107 ----
  
      test_popen2       Win32      X X    26-Jul-2000
          [still fails 15-Aug-2000 for me, on Win98 - tim
!              test test_popen2 crashed -- exceptions.AssertionError :
!          The problem is that the test uses "cat", but there is
!          no such thing under Windows (unless you install it).
!          So it's the test that's broken here, not (necessarily)
!          the code.
          ]
  
***************
*** 114,118 ****
  
      test case         platform   R B    date reported
!     ---------         --------   --     -------------
      test_winreg        Win32     X X    26-Jul-2000
          [works 15-Aug-2000 for me, on Win98 - tim]
--- 116,120 ----
  
      test case         platform   R B    date reported
!     ---------         --------   - -    -------------
      test_winreg        Win32     X X    26-Jul-2000
          [works 15-Aug-2000 for me, on Win98 - tim]