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):
Review Request #10207 — Created Oct. 9, 2018 and discarded Aug. 18, 2020, 11:37 a.m.
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.