PEP 446: better title

This commit is contained in:
Victor Stinner 2013-07-04 13:01:38 +02:00
parent 7394d0aceb
commit 47a9a14870
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
PEP: 446
Title: Add new cloexec and blocking parameters to functions creating file descriptors
Title: Add new parameters to configure the inherance of files and for non-blocking sockets
Version: $Revision$
Last-Modified: $Date$
Author: Victor Stinner <victor.stinner@gmail.com>