Comment 2 for bug 364896

Revision history for this message
Krzysztof Klimonda (kklimonda) wrote :

"from subprocess import *" isn't the "cleanest" way of doing that.
I'd prefer importing only used "symbols" as wildards often obscure source code.
One can, for example, wonder what is PIPE and from where was it imported.