mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Another batch of updates...
This commit is contained in:
parent
52a42fe9e7
commit
a8763e54ff
20 changed files with 842 additions and 62 deletions
|
@ -53,7 +53,7 @@ def split(p):
|
|||
|
||||
|
||||
# Split a path in root and extension.
|
||||
# The extension is everything starting at the first dot in the last
|
||||
# The extension is everything starting at the last dot in the last
|
||||
# pathname component; the root is everything before that.
|
||||
# It is always true that root + ext == p.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue