[issue3300] urllib.quote and unquote - Unicode issues

Guido van Rossum report at bugs.python.org
Thu Aug 7 18:59:54 CEST 2008


Guido van Rossum <guido at python.org> added the comment:

On Thu, Aug 7, 2008 at 8:03 AM, Matt Giuca <report at bugs.python.org> wrote:
>
> Matt Giuca <matt.giuca at gmail.com> added the comment:
>
> I'm also attaching a "metapatch" - diff from patch 7 to patch 8. This is
> to give a rough idea of what I changed since the review.
>
> (Sorry - This is actually a diff between the two patches, so it's pretty
> hard to read. It would have been nicer to diff the files themselves but
> I'm not doing local commits so that's hard. Can one use the Bazaar
> mirror for development, or is it too out-of-date?)

A much better way to do this would be to use Rietveld; it can show
deltas between patch sets that are actually readable, and it keeps the
inline comments.  I've uploaded your patch #8 to the issue I created
there, and you can see the delta from patch7 starting here:

http://codereview.appspot.com/2827/diff2/1:17/27

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3300>
_______________________________________


More information about the Python-bugs-list mailing list