]> granicus.if.org Git - python/commit
#15377: Make posixpath.join() more strict when checking for str/bytes mix
authorHynek Schlawack <hs@ox.cx>
Tue, 17 Jul 2012 11:10:15 +0000 (13:10 +0200)
committerHynek Schlawack <hs@ox.cx>
Tue, 17 Jul 2012 11:10:15 +0000 (13:10 +0200)
commit1815191f1722546f6af2b5207df4efaa50be38fd
treef9b57d6c79d551df882f6982f9d18679c3d35f60
parent9c3cf6b4a00d9c77063378bd5a3a238f96a36542
parentc5a45669229906a2ff8ea87bd69d1df2feac8ffc
#15377: Make posixpath.join() more strict when checking for str/bytes mix

Based on a patch by Nick Coghlan.
Lib/posixpath.py
Lib/test/test_posixpath.py