[docs] [issue31065] Documentation for Popen.poll is unclear

R. David Murray report at bugs.python.org
Fri Jul 28 09:48:31 EDT 2017


R. David Murray added the comment:

Yes we can add "otherwise return None".  However it is pretty clear as is, since "poll" implies an immediate return, and if there's no return code to return, the logical value in Python to get back is None :)

----------
nosy: +r.david.murray

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue31065>
_______________________________________


More information about the docs mailing list