Message12486

Author jeff.allen
Recipients adamburke, fwierzbicki, jeff.allen, mniklas, santa4nt, zyasoft
Date 2019-05-02.20:16:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1556828187.98.0.76782470595.issue2023@roundup.psfhosted.org>
In-reply-to
Content
@Adam: I think you'll find the same in CPython. The subprocess command has to find an executable file, while a lot of commands are built into the cmd executable for which (unlike Unix) no corresponding executable exists.

As for the original, I think Jim is right: Java won't let you change the real working directory. Jython tries to simulate it, but it may be better for it not to pretend.
History
Date User Action Args
2019-05-02 20:16:27jeff.allensetmessageid: <1556828187.98.0.76782470595.issue2023@roundup.psfhosted.org>
2019-05-02 20:16:27jeff.allensetrecipients: + jeff.allen, fwierzbicki, zyasoft, mniklas, santa4nt, adamburke
2019-05-02 20:16:27jeff.allenlinkissue2023 messages
2019-05-02 20:16:27jeff.allencreate