5d619e54e2

RootHelperProcess extends Popen from subprocess and sets all stdin/stdout/stderr descriptors to PIPE. These descriptors use byte array by default in Python 3. If universal_newlines [1] is set for Popen object, then those descriptors work in text mode. [1] https://docs.python.org/3.5/library/subprocess.html#popen-constructor Change-Id: I3fa2192271aed81fb6da658b8196b365a20fa286
Team and repository tags
Welcome!
To learn more about neutron:
- Documentation: https://docs.openstack.org
- Features: https://specs.openstack.org/openstack/neutron-specs
- Defects: https://launchpad.net/neutron
Get in touch via email. Use [Neutron] in your subject.
To learn how to contribute:
CONTRIBUTING.rst
Description
Languages
Python
99.7%
Shell
0.3%