From: R. David Murray Date: Tue, 25 May 2010 15:26:21 +0000 (+0000) Subject: Blocked revisions 81518 via svnmerge X-Git-Tag: v3.2a1~699 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1d258d76ba27f04cd28068c18a6ee9062aa2a093;p=thirdparty%2FPython%2Fcpython.git 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. ........ ---