Please make sure that JavaScript is enabled in your browser. If you are using a browser extension to selectively enable or disable JavaScript, make sure it's enabled for this server.
Describe your changes (optional):
Describe the reason it's discarded (optional):
Review Request #10207 — Created Oct. 9, 2018 and discarded 4 years, 6 months ago
Remove warnings in python 3
existing unit tests
Can you flesh your description out to indicate what warnings you are fixing the causes of?
Shouldn't this be p.communicate() ? See Python 2.7 docs and Python 3.7 docs.
Shouldn't this be p.communicate() ?
p.communicate()
See Python 2.7 docs and Python 3.7 docs.