Another batch of updates...

This commit is contained in:
Guido van Rossum 1996-08-26 18:33:32 +00:00
parent 52a42fe9e7
commit a8763e54ff
20 changed files with 842 additions and 62 deletions

View file

@ -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.