commit | 523809259251f5f2d3b7d1d291af850fd353b0eb | [log] [tgz] |
---|---|---|
author | Senthil Kumaran <senthil@uthcode.com> | Thu Apr 25 05:45:48 2013 -0700 |
committer | Senthil Kumaran <senthil@uthcode.com> | Thu Apr 25 05:45:48 2013 -0700 |
tree | c72e14cf1549f89eef8fafa08d84f27ca0d3a513 | |
parent | 34373b22523302202345007ee685cc833a2b10e0 [diff] |
Issue #17272: Making the urllib.request's Request.full_url a descriptor. Fixes bugs with assignment to full_url. Patch by Demian Brecht.