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

Tim Peters python-dev@python.org
Sun, 20 Aug 2000 19:27:25 -0700


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

Modified Files:
	pep-0200.txt 
Log Message:
Remove the winreg module from the project.  I don't believe any
docs changes are needed (only reference to winreg I could find
was in libwinreg.tex, which is documenting _winreg, and merely
mentions that a higher-level winreg module *may* appear someday;
that's still true).


Index: pep-0200.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0200.txt,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -r1.18 -r1.19
*** pep-0200.txt	2000/08/20 05:59:27	1.18
--- pep-0200.txt	2000/08/21 02:27:22	1.19
***************
*** 101,116 ****
          ]
  
-     test_winreg2      Win32      X X    26-Jul-2000
-         [19-Aug-2000 tim
-          This test will never work on Win98, because it's looking for
-          a part of registry that doesn't exist under W98.
-          The module (winreg.py) and this test case will be removed
-          before 2.0 for other reasons, though.
-         ]
-         [still fails 15-Aug-2000 for me, on Win98 - tim
-          test test_winreg2 failed -- Writing: 'Test Failed: testHives',
-          expected: 'HKEY_PERFORMANCE_DATA\012'
-         ]
- 
  
  Previously failing test cases
--- 101,104 ----
***************
*** 167,170 ****
--- 155,171 ----
          ]
  
+     test_winreg2      Win32      X X    26-Jul-2000
+         [20-Aug-2000 tim - the test has been removed from the project]
+         [19-Aug-2000 tim
+          This test will never work on Win98, because it's looking for
+          a part of registry that doesn't exist under W98.
+          The module (winreg.py) and this test case will be removed
+          before 2.0 for other reasons, though.
+         ]
+         [still fails 15-Aug-2000 for me, on Win98 - tim
+          test test_winreg2 failed -- Writing: 'Test Failed: testHives',
+          expected: 'HKEY_PERFORMANCE_DATA\012'
+         ]
+ 
  
  Open items -- should be done/fixed
***************
*** 183,186 ****
--- 184,191 ----
      ]
  
+ 
+ Open items -- completed/fixed
+ 
+     [20-Aug-2000 tim - done]
      Remove winreg.py and test_winreg2.py.  Paul Prescod (the author)
      now wants to make a registry API more like the MS .NET API.  Unclear