]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
#15180: Clarify posixpath.join() error message when mixing str & bytes
authorHynek Schlawack <hs@ox.cx>
Sun, 15 Jul 2012 14:21:30 +0000 (16:21 +0200)
committerHynek Schlawack <hs@ox.cx>
Sun, 15 Jul 2012 14:21:30 +0000 (16:21 +0200)
commit4774946c3b7564b4a1c93da4ba4dba443a36a708
tree2c668f86fdb8f658f7eb73bf04f46139d92fb627
parenta3d1cac4b21ffbd8deed0c28f08bed4afa5e7b83
#15180: Clarify posixpath.join() error message when mixing str & bytes
Lib/posixpath.py
Lib/test/test_posixpath.py
Misc/NEWS