Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #77322

Re: Why is w9xpopen.exe bundled with Python 2.7 on Windows?

From Terry Reedy <tjreedy@udel.edu>
Subject Re: Why is w9xpopen.exe bundled with Python 2.7 on Windows?
Date 2014-08-30 14:43 -0400
References <92a30936-5fa8-4d00-b674-514422b923ed@googlegroups.com> <mailman.13634.1409360110.18130.python-list@python.org> <86bd480e-18a0-4ee5-a7ab-1f008a367993@googlegroups.com> <mailman.13640.1409375140.18130.python-list@python.org> <099e172b-f4a0-416e-b81a-6ead40015588@googlegroups.com>
Newsgroups comp.lang.python
Message-ID <mailman.13645.1409424242.18130.python-list@python.org> (permalink)

Show all headers | View raw


On 8/30/2014 10:45 AM, ps16thypresenceisfullnessofjoy@gmail.com wrote:
> Thanks, that's interesting. It seems odd to me that w9xpopen.exe
> (because of its name) is still used on Windows 7,

Yes, the name is confusing. It is not about running on Windows 9X, but 
about running popen on later systems that act like Windows 9X by using 
command.com instead of cmd.com.  I am sure that such systems have to be 
customized one by one, and are only customized by people (corporations) 
with legacy scripts that depend on the peculiarities of command.com

 >  so I can see why it was removed in Python 3.4.

And not before, because we are slow to break Python on old systems.

> Since I don't use the popen function at
> all in my application, I think it should be OK to exclude
> w9xpopen.exe in my py2exe setup script, especially since it's
> suggested in the change log for py2exe 0.6.3
> (http://www.py2exe.org/old/).

That seems reasonable.  Depending on your target audience, it might be 
reasonable to omit it even if you do use popen.

-- 
Terry Jan Reedy

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Why is w9xpopen.exe bundled with Python 2.7 on Windows? ps16thypresenceisfullnessofjoy@gmail.com - 2014-08-29 15:08 -0700
  Re: Why is w9xpopen.exe bundled with Python 2.7 on Windows? Terry Reedy <tjreedy@udel.edu> - 2014-08-29 20:54 -0400
    Re: Why is w9xpopen.exe bundled with Python 2.7 on Windows? ps16thypresenceisfullnessofjoy@gmail.com - 2014-08-29 18:16 -0700
      Re: Why is w9xpopen.exe bundled with Python 2.7 on Windows? Terry Reedy <tjreedy@udel.edu> - 2014-08-30 01:05 -0400
        Re: Why is w9xpopen.exe bundled with Python 2.7 on Windows? ps16thypresenceisfullnessofjoy@gmail.com - 2014-08-30 07:45 -0700
          Re: Why is w9xpopen.exe bundled with Python 2.7 on Windows? Terry Reedy <tjreedy@udel.edu> - 2014-08-30 14:43 -0400

csiph-web