Define new capture output flag for python 3.7 which is false by default
authorPlamen Dimitrov <pdimitrov@pevogam.com>
Tue, 26 Mar 2019 07:30:50 +0000 (15:30 +0800)
committerChristian Herdtweck <christian.herdtweck@intra2net.com>
Tue, 9 Apr 2019 07:40:06 +0000 (09:40 +0200)
commitd3e8a5f3c753f2c99d2a466e047358afa94603a5
tree52ace92f8f387605cacb69446e3cf8c4be79c303
parent8be70aa3b4d17db24d6deaeaa69f9699d6645436
Define new capture output flag for python 3.7 which is false by default

This is a bad indicator of the backwards compatibility of minor versions
since adding the flag with a default like this would probably break a
lot of code down there. Sometimes it seems that python developers are
not really concerned with how many things they break in their minors.
src/arnied_wrapper.py