]> granicus.if.org Git - python/commit
Used dictionaries rather than lists for membership testing.
authorRaymond Hettinger <python@rcn.com>
Mon, 6 Jan 2003 12:30:53 +0000 (12:30 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 6 Jan 2003 12:30:53 +0000 (12:30 +0000)
commitf2128b004c5cac7ae8766329b061867de6fb6093
treebf7302e88942f08b083370f8dbda2c8eddc71526
parent077c5823d11f6e11f97d3c1d412a6622d953ec6f
Used dictionaries rather than lists for membership testing.
Lib/urlparse.py