diff options
Diffstat (limited to 'Doc/whatsnew/3.2.rst')
-rw-r--r-- | Doc/whatsnew/3.2.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst index 1799b70..81cfa83 100644 --- a/Doc/whatsnew/3.2.rst +++ b/Doc/whatsnew/3.2.rst @@ -111,6 +111,10 @@ New, Improved, and Deprecated Modules programmer aware that his code contains object finalization issues. (Added by Antoine Pitrou; :issue:`477863`.) +* The :mod:`os` module now has the :const:`ST_RDONLY` and :const:`ST_NOSUID` + constants, for use with the :func:`~os.statvfs` function. + (Patch by Adam Jackson; :issue:`7647`.) + * The :func:`shutil.copytree` function has two new options: * *ignore_dangling_symlinks*: when ``symlinks=False`` (meaning that the |