[Python-checkins] peps: PEP 433: add another alternative
victor.stinner
python-checkins at python.org
Tue Jan 29 17:54:10 CET 2013
http://hg.python.org/peps/rev/e28a9e166653
changeset: 4698:e28a9e166653
user: Victor Stinner <victor.stinner at gmail.com>
date: Tue Jan 29 17:47:27 2013 +0100
summary:
PEP 433: add another alternative
files:
pep-0433.txt | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/pep-0433.txt b/pep-0433.txt
--- a/pep-0433.txt
+++ b/pep-0433.txt
@@ -259,6 +259,14 @@
module used by an application to fix all these issues.
+Enable inherance by default, default can only be set to True
+------------------------------------------------------------
+
+This alternative is based on the proposal: the only difference is that
+``sys.setdefaultcloexec()`` does not take any argument, it can only be
+used to set the default value of the *cloexec* parameter to ``True``.
+
+
Disable inheritance by default
------------------------------
--
Repository URL: http://hg.python.org/peps
More information about the Python-checkins
mailing list