[normcase](https://docs.python.org/3/library/os.path.html#os.path.normcase) must be `os.path.normcase(s)` [basename](https://docs.python.org/3/library/os.path.html#os.path.basename) must be `os.path.basename(p)` <!-- gh-linked-prs --> ### Linked PRs * gh-136812 * gh-136944 * gh-136945 * gh-136946 * gh-136947 * gh-136948 * gh-136949 * gh-136970 * gh-137000 * gh-137001 <!-- /gh-linked-prs -->
normcase must be
os.path.normcase(s)basename must be
os.path.basename(p)Linked PRs
os.pathfunctions as requiring pos-only #136812os.pathfunctions as requiring pos-only (GH-136812) #136944os.pathfunctions as requiring pos-only (GH-136812) #136945os.path.dirnameas accepting only pos-only #136946os.path.dirnameas accepting only pos-only (GH-136946) #136947os.path.dirnameas accepting only pos-only (GH-136946) #136948os.pathpos-only #136949os.pathfunctions to pos-only in the docs #136970os.pathfunctions to positional-only in the docs (GH-136970) #137000os.pathfunctions to positional-only in the docs (GH-136970) #137001