Staging
v0.5.1
https://github.com/python/cpython
Revision ba22e8f174309979d90047c5dc64fcb63bc2c32e authored by Berker Peksag on 25 February 2020, 03:19:03 UTC, committed by GitHub on 25 February 2020, 03:19:03 UTC
Trying to decode an invalid string with the punycode codec
shoud raise UnicodeError.
1 parent 8af4712
Raw File
Tip revision: ba22e8f174309979d90047c5dc64fcb63bc2c32e authored by Berker Peksag on 25 February 2020, 03:19:03 UTC
bpo-30566: Fix IndexError when using punycode codec (GH-18632)
Tip revision: ba22e8f
netlify.toml
[build]
    base = "Doc/"
    command = "make html"
    publish = "Doc/build/html"
back to top