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

Tim Peters python-dev@python.org
Fri, 1 Sep 2000 00:54:47 -0700


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

Modified Files:
	pep-0200.txt 
Log Message:
Closed the w9xpopen issue.


Index: pep-0200.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0200.txt,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -r1.37 -r1.38
*** pep-0200.txt	2000/09/01 07:04:59	1.37
--- pep-0200.txt	2000/09/01 07:54:44	1.38
***************
*** 114,119 ****
      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?
--- 114,117 ----
***************
*** 244,247 ****
--- 242,250 ----
  
  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"]