commit | 468314cc8bfdb6fd328cbbbb7d0807728f25e043 | [log] [tgz] |
---|---|---|
author | Jack DeVries <jdevries3133@gmail.com> | Sat Apr 16 00:23:07 2022 -0400 |
committer | GitHub <noreply@github.com> | Fri Apr 15 21:23:07 2022 -0700 |
tree | df8060feb336364a088afebc75deab7f7c43037d | |
parent | a8617566759a07c67d14c9b6ed663e32d3b3f5e7 [diff] |
gh-82849: revise intro to os.path.rst (GH-32232) * revise the first paragraph of docs for os.path * add a mention of `os.PathLike` protocol * remove warnings rendered irrelevant by :pep:`383` and :pep:`529` Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>