]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix context manager use in posixpath.join() tests
authorHynek Schlawack <hs@ox.cx>
Tue, 17 Jul 2012 08:50:30 +0000 (10:50 +0200)
committerHynek Schlawack <hs@ox.cx>
Tue, 17 Jul 2012 08:50:30 +0000 (10:50 +0200)
commit1c4eb2c09a69da989c2b0343e10e8c77f816771c
tree9bacecdb908fefae80b1aa2fb46f92997df7d93c
parent426e248febc4b86ea4512baaaa81966ab54c83da
parent7cdc2bdd0d13982256fb28f49696fa70baab7ed0
Fix context manager use in posixpath.join() tests

The asserts were useless (and buggy).
Lib/test/test_posixpath.py