[Python-checkins] cpython: Complete What's New in Python 3.4

victor.stinner python-checkins at python.org
Sun Aug 4 10:31:08 CEST 2013


http://hg.python.org/cpython/rev/b3ff35b53c4c
changeset:   85015:b3ff35b53c4c
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Sun Aug 04 10:30:57 2013 +0200
summary:
  Complete What's New in Python 3.4

files:
  Doc/whatsnew/3.4.rst |  9 +++++++--
  1 files changed, 7 insertions(+), 2 deletions(-)


diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -245,10 +245,13 @@
 stat
 ----
 
-The stat module is now backed by a C implementation in :mod:`_stat`. A C
+The :mod:`stat` module is now backed by a C implementation in :mod:`_stat`. A C
 implementation is required as most of the values aren't standardized and
 platform-dependent.  (Contributed by Christian Heimes in :issue:`11016`.)
 
+The module supports new file types: door, event port and whiteout.
+
+
 Optimizations
 =============
 
@@ -271,7 +274,9 @@
 Unsupported Operating Systems
 -----------------------------
 
-* None yet.
+* OS/2
+* VMS (issue 16136)
+* Windows 2000
 
 
 Deprecated Python modules, functions and methods

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


More information about the Python-checkins mailing list