[Python-Dev] PEP 446: Add new parameters to configure the inherance of files and for non-blocking sockets
Cameron Simpson
cs at zip.com.au
Sat Jul 13 04:57:02 CEST 2013
Sorry for the delay; work got in the way.
On 07Jul2013 15:21, Victor Stinner <victor.stinner at gmail.com> wrote:
| Ok, I think that the best consensus here is to add a new
| os.set_blocking() function. The function would not be available on
| Windows, but should be available on all UNIX platforms.
Thanks.
| See the diff:
| http://hg.python.org/peps/rev/ce61588d244c
This sentence:
The flag is cleared in the child process before executing the
program, the change does not change the flag in the parent process.
needs a semicolon, not a comma.
| @Charles-François and Cameron: Do you prefer to new version of the PEP?
| http://www.python.org/dev/peps/pep-0446/
| (will be updated in a few minutes)
I'm happy with it.
Thank you,
--
Cameron Simpson <cs at zip.com.au>
More information about the Python-Dev
mailing list