Commit 164f320f authored by Victor Stinner's avatar Victor Stinner

Complete What's New in Python 3.4

parent efea8e7e
...@@ -245,10 +245,13 @@ by Claudiu Popa in :issue:`17616`.) ...@@ -245,10 +245,13 @@ by Claudiu Popa in :issue:`17616`.)
stat 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 implementation is required as most of the values aren't standardized and
platform-dependent. (Contributed by Christian Heimes in :issue:`11016`.) platform-dependent. (Contributed by Christian Heimes in :issue:`11016`.)
The module supports new file types: door, event port and whiteout.
Optimizations Optimizations
============= =============
...@@ -271,7 +274,9 @@ Deprecated ...@@ -271,7 +274,9 @@ Deprecated
Unsupported Operating Systems Unsupported Operating Systems
----------------------------- -----------------------------
* None yet. * OS/2
* VMS (issue 16136)
* Windows 2000
Deprecated Python modules, functions and methods Deprecated Python modules, functions and methods
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment