]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Patch #624325: urlparse.urlparse() and urlparse.urlsplit() results
authorFred Drake <fdrake@acm.org>
Sat, 1 Apr 2006 22:14:43 +0000 (22:14 +0000)
committerFred Drake <fdrake@acm.org>
Sat, 1 Apr 2006 22:14:43 +0000 (22:14 +0000)
commitad5177cf8da387c203d500d0a65995f9641373ba
tree838febacb85a56c962e29fb48796689b7ab7404f
parentf878b8120c89d53722ba77c5f29c680695fd4257
Patch #624325: urlparse.urlparse() and urlparse.urlsplit() results
now sport attributes that provide access to the parts of the result.
Doc/lib/liburlparse.tex
Lib/test/test_urlparse.py
Lib/urlparse.py
Misc/NEWS