summaryrefslogtreecommitdiffstats
path: root/Tools/build/parse_html5_entities.py
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2023-12-13 20:01:39 (GMT)
committerGitHub <noreply@github.com>2023-12-13 20:01:39 (GMT)
commit4d7c24b9a981afa9ccee54877ead5f6cf63d3e2c (patch)
treee1d830d0ea9e00e803550f5d7445a99fbc4bc5ca /Tools/build/parse_html5_entities.py
parentd84aa5cd28a6ecc34a0cc1dab8763b06540b6503 (diff)
downloadcpython-4d7c24b9a981afa9ccee54877ead5f6cf63d3e2c.zip
cpython-4d7c24b9a981afa9ccee54877ead5f6cf63d3e2c.tar.gz
cpython-4d7c24b9a981afa9ccee54877ead5f6cf63d3e2c.tar.bz2
[3.12] gh-107959: clarify Unix-availability of `os.lchmod()` (GH-107960) (GH-113066)
gh-107959: clarify Unix-availability of `os.lchmod()` (GH-107960) POSIX specifies that implementations are not required to support changing the file mode of symbolic links, but may do so. Consequently, `lchmod()` is not part of POSIX (but mentioned for implementations which do support the above). The current wording of the availability of `os.lchmod()` is rather vague and improved to clearly tell which POSIX/Unix/BSD-like support the function in general (those that support changing the file mode of symbolic links). Further, some examples of major implementations are added. Data for the BSDs taken from their online manpages. (cherry picked from commit f14e3d59c955fb3cf89e5241727ec566164dcf42) Signed-off-by: Christoph Anton Mitterer <mail@christoph.anton.mitterer.name> Co-authored-by: Christoph Anton Mitterer <mail@christoph.anton.mitterer.name> Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Diffstat (limited to 'Tools/build/parse_html5_entities.py')
0 files changed, 0 insertions, 0 deletions