[New-bugs-announce] [issue24987] subprocess.Popen with shell=True doesn't create socket

asduj report at bugs.python.org
Wed Sep 2 23:57:44 CEST 2015


New submission from asduj:

I want to run the next command

subprocess.Popen("soffice --accept='socket,host=localhost,port=8100;urp;'", shell=True)

to make soffice listen localhost:8100. It is work in python 2.7.9, but doesn't in python 3.4.3. I control it by

netstat -a | grep 8100

----------
components: Library (Lib)
messages: 249576
nosy: asduj
priority: normal
severity: normal
status: open
title: subprocess.Popen with shell=True doesn't create socket
versions: Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24987>
_______________________________________


More information about the New-bugs-announce mailing list