]> granicus.if.org Git - python/commit
when only using half of the return value of os.path.split(), use
authorFred Drake <fdrake@acm.org>
Wed, 20 Oct 2004 11:08:35 +0000 (11:08 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 20 Oct 2004 11:08:35 +0000 (11:08 +0000)
commit910b282fbbba5463edf98e86a58ed88c481c365d
tree021cdf1d58806fa5debcb4788d72f490749c8a99
parent4ed315ae6674e710c5374bda3660ede3a5f0a95c
when only using half of the return value of os.path.split(), use
os.path.dirname() or os.path.basename() instead
Lib/xml/sax/saxutils.py