[issue36614] Popen output on windows server 2019

2019-04-12 Thread Steve Dower
Steve Dower added the comment: > I guess Popen is using some OS library or environment that has changed in > WS2019. Yep, which is why the report should go to those responsible for WS2019. If they say it's an intentional change and users are supposed to work around it themselves, then we ca

[issue36614] Popen output on windows server 2019

2019-04-12 Thread weispinc
weispinc added the comment: The tool is outputing exactly the same file on both WS2019 and WS2016. I guess Popen is using some OS library or environment that has changed in WS2019. -- ___ Python tracker ___

[issue36614] Popen output on windows server 2019

2019-04-12 Thread Steve Dower
Steve Dower added the comment: As we haven't done anything special for WS2019 yet, this is a change in Windows (or whatever tool is outputting the text). You could report it to Microsoft. I don't know the best way to report bugs in Windows Server though, but most people with it have support

[issue36614] Popen output on windows server 2019

2019-04-12 Thread weispinc
Change by weispinc : Added file: https://bugs.python.org/file48264/popen.py ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubsc

[issue36614] Popen output on windows server 2019

2019-04-12 Thread STINNER Victor
STINNER Victor added the comment: > Popen, when run on Windows server 2019 does not output binary by default. What do you mean by "binary"? -- nosy: +vstinner ___ Python tracker

[issue36614] Popen output on windows server 2019

2019-04-12 Thread SilentGhost
SilentGhost added the comment: Could you add the code that you're running. -- components: +Library (Lib), Windows nosy: +SilentGhost, paul.moore, steve.dower, tim.golden, zach.ware title: Popen -> Popen output on windows server 2019 versions: +Python 3.7 __

[issue36614] Popen

2019-04-12 Thread weispinc
New submission from weispinc : Popen, when run on Windows server 2019 does not output binary by default. Tried Python 3.5 3.6 3.7. OK on Windows server 2016 and 1012. -- messages: 340044 nosy: weispinc priority: normal severity: normal status: open title: Popen type: behavior _