]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
#15377: Make posixpath.join() more strict when checking for str/bytes mix
authorHynek Schlawack <hs@ox.cx>
Tue, 17 Jul 2012 11:05:43 +0000 (13:05 +0200)
committerHynek Schlawack <hs@ox.cx>
Tue, 17 Jul 2012 11:05:43 +0000 (13:05 +0200)
commitc5a45669229906a2ff8ea87bd69d1df2feac8ffc
treefcdd2ca889494179489a81336322daddd16c4c66
parenteb3e62f1c88e4a94be95e38e01541ebb52079d3a
#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