commit | bfbdefe5392c60d36ec12ffc9b52a156f4610f3e | [log] [tgz] |
---|---|---|
author | R. David Murray <rdmurray@bitdance.com> | Tue May 25 15:20:46 2010 +0000 |
committer | R. David Murray <rdmurray@bitdance.com> | Tue May 25 15:20:46 2010 +0000 |
tree | 869e8a9447ae39beaa051429993bdb9b79477c77 | |
parent | b64c89bd7abf05baad517b50cef7bc7de7b4eb74 [diff] |
Issue 8143: sync unquote in urlparse with urllib; add comment about doing so. unquote is duplicated in the two files to avoid a circular reference. (This is fixed in Python3.) Updates keep getting made to the public unquote without fixing the urlparse one, however, so this fix syncs the two and adds a comment to both to make sure changes are applied to both.