]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Test urlparse cache with try/except instead of has_key.
authorGuido van Rossum <guido@python.org>
Fri, 11 Jul 1997 20:13:10 +0000 (20:13 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 11 Jul 1997 20:13:10 +0000 (20:13 +0000)
commit185147f1d06dd56be7f28c4af29ae152df7f4ff5
tree0f3cdfecfdca2884ea2661189e93746391b1893b
parent7ffbd2f86c7ab034415d48a734582803684da18c
Test urlparse cache with try/except instead of has_key.
This makes it thread-safe again.
Lib/urlparse.py