summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.3.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/whatsnew/3.3.rst')
-rw-r--r--Doc/whatsnew/3.3.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst
index 148324e..ac01236 100644
--- a/Doc/whatsnew/3.3.rst
+++ b/Doc/whatsnew/3.3.rst
@@ -1177,6 +1177,14 @@ ssl
(Contributed by Colin Marc in :issue:`14204`)
+stat
+----
+
+- The undocumented tarfile.filemode function has been moved to
+ :func:`stat.filemode`. It can be used to convert a file's mode to a string of
+ the form '-rwxrwxrwx'.
+
+ (Contributed by Giampaolo RodolĂ  in :issue:`14807`)
sys
---