]> granicus.if.org Git - python/commit
Issue #17272: Making the urllib.request's Request.full_url a descriptor. Fixes
authorSenthil Kumaran <senthil@uthcode.com>
Thu, 25 Apr 2013 12:45:48 +0000 (05:45 -0700)
committerSenthil Kumaran <senthil@uthcode.com>
Thu, 25 Apr 2013 12:45:48 +0000 (05:45 -0700)
commit523809259251f5f2d3b7d1d291af850fd353b0eb
treec72e14cf1549f89eef8fafa08d84f27ca0d3a513
parent34373b22523302202345007ee685cc833a2b10e0
Issue #17272: Making the urllib.request's Request.full_url a descriptor.  Fixes
bugs with assignment to full_url. Patch by Demian Brecht.
Lib/test/test_urllib2.py
Lib/urllib/request.py
Misc/ACKS
Misc/NEWS