]> granicus.if.org Git - python/commit
Issue 8143: sync unquote in urlparse with urllib; add comment about doing so.
authorR. David Murray <rdmurray@bitdance.com>
Tue, 25 May 2010 15:20:46 +0000 (15:20 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Tue, 25 May 2010 15:20:46 +0000 (15:20 +0000)
commitbfbdefe5392c60d36ec12ffc9b52a156f4610f3e
tree869e8a9447ae39beaa051429993bdb9b79477c77
parentb64c89bd7abf05baad517b50cef7bc7de7b4eb74
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.
Lib/urllib.py
Lib/urlparse.py