SIGN IN SIGN UP

- Issue #3300: make urllib.parse.[un]quote() default to UTF-8.

Code contributed by Matt Giuca.  quote() now encodes the input
  before quoting, unquote() decodes after unquoting.  There are
  new arguments to change the encoding and errors settings.
  There are also new APIs to skip the encode/decode steps.
  [un]quote_plus() are also affected.
G
Guido van Rossum committed
52dbbb906804f36067ecbc8c89a00cdab545bdb2
Parent: 4171da5