]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Use find() instead of looping over the string in expanduser().
authorWalter Dörwald <walter@livinglogic.de>
Thu, 19 Jun 2003 10:21:14 +0000 (10:21 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Thu, 19 Jun 2003 10:21:14 +0000 (10:21 +0000)
commita9da5ae07aa40d834b9bfb71de8af0f1b68f39ba
tree1b8b6a703d8923aaa38875ef5d57787c7c8c218a
parent76ca1d428f96284ed58f4523b698ed95c6fdbdb2
Use find() instead of looping over the string in expanduser().
From SF patch #757058.
Lib/posixpath.py
Lib/test/test_posixpath.py