[Python-checkins] peps: Minor formatting touchup on 3.4 release schedule.

larry.hastings python-checkins at python.org
Wed Jan 15 08:37:16 CET 2014


http://hg.python.org/peps/rev/c6db02089eb8
changeset:   5351:c6db02089eb8
user:        Larry Hastings <larry at hastings.org>
date:        Tue Jan 14 23:37:00 2014 -0800
summary:
  Minor formatting touchup on 3.4 release schedule.

files:
  pep-0429.txt |  6 ++----
  1 files changed, 2 insertions(+), 4 deletions(-)


diff --git a/pep-0429.txt b/pep-0429.txt
--- a/pep-0429.txt
+++ b/pep-0429.txt
@@ -75,13 +75,11 @@
 
 * PEP 428, a "pathlib" module providing object-oriented filesystem paths
 * PEP 435, a standardized "enum" module
-* PEP 436, a build enhancement that will help generate introspection
-           information for builtins
+* PEP 436, a build enhancement that will help generate introspection information for builtins
 * PEP 442, improved semantics for object finalization
 * PEP 443, adding single-dispatch generic functions to the standard library
 * PEP 445, a new C API for implementing custom memory allocators
-* PEP 446, changing file descriptors to not be inherited by default
-           in subprocesses
+* PEP 446, changing file descriptors to not be inherited by default in subprocesses
 * PEP 450, a new "statistics" module
 * PEP 451, standardizing module metadata for Python's module import system
 * PEP 453, a bundled installer for the *pip* package manager

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list