Complete What's New in Python 3.4

This commit is contained in:
Victor Stinner 2013-08-04 10:30:57 +02:00
parent b90f417d69
commit f3fd13b5dd
1 changed files with 7 additions and 2 deletions

View 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