aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Picus <matti.picus@gmail.com>2021-09-09 14:23:34 +0300
committerMatti Picus <matti.picus@gmail.com>2021-09-09 14:23:34 +0300
commit18ce7caf85d8f461963576a49e1ad40516bfea02 (patch)
treef822bcd5a7965d60bdc8fb943c0a94d699e2a1e9
parentbackport check for '=' in env keys, fixes crash in os.execve (diff)
downloadpypy-18ce7caf85d8f461963576a49e1ad40516bfea02.tar.gz
pypy-18ce7caf85d8f461963576a49e1ad40516bfea02.tar.bz2
pypy-18ce7caf85d8f461963576a49e1ad40516bfea02.zip
document branch
-rw-r--r--pypy/doc/whatsnew-head.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
index 2048f6d3c4..1b3d8abbed 100644
--- a/pypy/doc/whatsnew-head.rst
+++ b/pypy/doc/whatsnew-head.rst
@@ -5,3 +5,8 @@ What's new in PyPy2.7 7.3.6+
.. this is a revision shortly after release-pypy-7.3.6
.. startrev: 000a308e967f
+.. branch: win64-stat
+
+Add ``st_file_attributes`` and ``st_reparse_tag`` attributes to ``os.stat``
+on windows. Also follow the reparse logic of Python3.8.
+