Closed the w9xpopen issue.

This commit is contained in:
Tim Peters 2000-09-01 07:54:44 +00:00
parent d00648fc3d
commit 35c1cf4300
1 changed files with 5 additions and 2 deletions

View File

@ -113,8 +113,6 @@ Open items -- Need to be resolved before 2.0b1 release
Windows installer: If HKLM isn't writable, back off to HKCU (so
Python can be installed on NT & 2000 without admin privileges).
Windows installer: Install w9xpopen.exe only under Win95/98.
Windows ME: Don't know anything about it. Will the installer
even run? Does it need the w9xpopen hack?
@ -244,6 +242,11 @@ Previously failing test cases
Open items -- completed/fixed
[01-Sep-200 tim - as Guido said, runtime code in posixmodule.c doesn't
call this on NT/2000, so no need to avoid installing it everywhere.
Added code to the installer *to* install it, though.]
Windows installer: Install w9xpopen.exe only under Win95/98.
[23-Aug-2000 jeremy - tim reports "completed recently"]
Windows: Look for registry info in HKCU before HKLM - Mark
Hammond.