aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python/compile.c
diff options
context:
space:
mode:
authorBarney Gale <barney.gale@gmail.com>2024-07-27 18:03:18 +0100
committerGitHub <noreply@github.com>2024-07-27 18:03:18 +0100
commitcbac8a3888411587beb026e246889154fbdd49a3 (patch)
treeafb5c065c1d5c0eff209a159f91ef16699a50ebf /Python/compile.c
parent45614ecb2bdc2b984f051c7eade39458a3f8709f (diff)
downloadcpython-cbac8a3888411587beb026e246889154fbdd49a3.tar.gz
cpython-cbac8a3888411587beb026e246889154fbdd49a3.zip
GH-121462: pathlib docs: improve table of corresponding os/os.path functions (#121465)
Re-order table of corresponding functions with the following priorities: 1. Pure functionality is at the top 2. `os.path` functions are shown before `os` functions 3. Similar functionality is kept together 4. Functionality follows docs order where possible Add a few missed correspondences: - `os.path.isjunction` and `Path.is_junction` - `os.path.ismount` and `Path.is_mount` - `os.lstat()` and `Path.lstat()` - `os.lchmod()` and `Path.lchmod()` Also add footnotes describing a few differences.
Diffstat (limited to 'Python/compile.c')
0 files changed, 0 insertions, 0 deletions