]> granicus.if.org Git - python/commit
Fix #17272 - Make Request.full_url and Request.get_full_url return same result under...
authorSenthil Kumaran <senthil@uthcode.com>
Fri, 24 May 2013 16:14:12 +0000 (09:14 -0700)
committerSenthil Kumaran <senthil@uthcode.com>
Fri, 24 May 2013 16:14:12 +0000 (09:14 -0700)
commit8307075ce870375f1d1f7344972f78f9c42b39e8
tree19fd346ea71cf5fdfed95c5b99a96ffc4cce973a
parentdc3e6cc452a2a4409a4d12804fab4e474abbf9ff
Fix #17272 - Make Request.full_url and Request.get_full_url return same result under all circumstances.
Document the change of Request.full_url to a property.
Doc/library/urllib.request.rst
Lib/test/test_urllib2.py
Lib/test/test_urllib2net.py
Lib/urllib/request.py