[Python-checkins] peps: Remove the winreg module from the project. I don't believe any

georg.brandl python-checkins at python.org
Wed Mar 23 21:25:31 CET 2011


http://hg.python.org/peps/rev/a304fb546bde
changeset:   119:a304fb546bde
user:        Tim Peters <tim.peters at gmail.com>
date:        Mon Aug 21 02:27:22 2000 +0000
summary:
  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).

files:
  pep-0200.txt |  29 +++++++++++++++++------------
  1 files changed, 17 insertions(+), 12 deletions(-)


diff --git a/pep-0200.txt b/pep-0200.txt
--- a/pep-0200.txt
+++ b/pep-0200.txt
@@ -100,18 +100,6 @@
          *does* so far appear to be fixing the failing cases anyway
         ]
 
-    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
 
@@ -166,6 +154,19 @@
          in some cases where the test fails without -v
         ]
 
+    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
 
@@ -182,6 +183,10 @@
      - don't add commonpathprefix(), because dirname() already does it
     ]
 
+
+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
     whether that can be done in time for 2.0, but, regardless, if we

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list