]> granicus.if.org Git - python/commitdiff
Complete What's New in Python 3.4
authorVictor Stinner <victor.stinner@gmail.com>
Sun, 4 Aug 2013 08:30:57 +0000 (10:30 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Sun, 4 Aug 2013 08:30:57 +0000 (10:30 +0200)
Doc/whatsnew/3.4.rst

index 2575170f4426c58d8919229f445026a5f5a2ad1a..43f10cee46e9f807ad92edb59ff24bcdcd95858c 100644 (file)
@@ -245,10 +245,13 @@ by Claudiu Popa in :issue:`17616`.)
 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 @@ Deprecated
 Unsupported Operating Systems
 -----------------------------
 
-* None yet.
+* OS/2
+* VMS (issue 16136)
+* Windows 2000
 
 
 Deprecated Python modules, functions and methods