New submission from Marcos Dione:

According to the documentation, the second parameter for os.waitpid(), called 
options, must be most of the time 0. So why not make it the default value?

The attached patch implements the proposed change, which is API compatible with 
current usages of the function.

----------
files: os_waitpid-optional_options.diff
keywords: patch
messages: 277383
nosy: StyXman
priority: normal
severity: normal
status: open
title: Make os.waitpid() option parameter optional.
Added file: http://bugs.python.org/file44822/os_waitpid-optional_options.diff

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue28273>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to