]> granicus.if.org Git - python/commit
Modernize Lib/posixpath.py: Use startswith(), endswith(), rstrip(),
authorWalter Dörwald <walter@livinglogic.de>
Tue, 17 Jun 2003 13:13:40 +0000 (13:13 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Tue, 17 Jun 2003 13:13:40 +0000 (13:13 +0000)
commit77cdeaff556447a980fe8632e8cd010499ade2d0
tree6ac576062a8f81a98453814fcacaeadbec6187b4
parent364ca40c2a053718f67c2032769de1f1fd76bb22
Modernize Lib/posixpath.py: Use startswith(), endswith(), rstrip(),
struct_passwd attributes and +=.

From SF patch #755245.
Lib/posixpath.py