]> granicus.if.org Git - python/commit
Fix splitext() to go up to the last dot, not the first.
authorGuido van Rossum <guido@python.org>
Wed, 22 Jan 1997 00:17:26 +0000 (00:17 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 22 Jan 1997 00:17:26 +0000 (00:17 +0000)
commit73e122f56383e15dc8045caeb5cc853430dd96e9
tree3f23b7d5ed494437402339b3888953c48a7064f1
parent76f587b7f8d10372f0efc4be94239f3d73c92421
Fix splitext() to go up to the last dot, not the first.
Lib/ntpath.py