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
History
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
File Mode Size
__init__.py -rw-r--r-- 13.7 KB
decoder.py -rw-r--r-- 12.2 KB
encoder.py -rw-r--r-- 15.7 KB
scanner.py -rw-r--r-- 2.4 KB
tool.py -rw-r--r-- 3.0 KB

back to top