]> granicus.if.org Git - python/commit
Blocked revisions 81518 via svnmerge
authorR. David Murray <rdmurray@bitdance.com>
Tue, 25 May 2010 15:28:15 +0000 (15:28 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Tue, 25 May 2010 15:28:15 +0000 (15:28 +0000)
commit5b9de5ccc5064dbf22511c0510d14961202ab8c5
tree4ceebe8497a9b9681e71108addbd317813fdb50e
parente631ec4f2e9fe11aa1522e28b7bf3161de716b64
Blocked revisions 81518 via svnmerge

........
  r81518 | r.david.murray | 2010-05-25 11:20:46 -0400 (Tue, 25 May 2010) | 8 lines

  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.
........