Vikram Hegde added the comment:
Could someone please review my PR. It has been in the pending state for over
three months.
--
nosy: +vikhegde
___
Python tracker
<https://bugs.python.org/issue30
Changes by Vikram Hegde :
--
pull_requests: +2053
___
Python tracker
<http://bugs.python.org/issue30566>
___
___
Python-bugs-list mailing list
Unsubscribe:
Vikram Hegde added the comment:
I have a patch for this problem but my contributor agreement has not been
accepted yet, so I can't do a pull request.
Use the python package tldextract to trigger the bug. Here is a sample
Python 3.6.0 |Anaconda 4.3.1 (64-bit)| (default, Dec 23 2016, 12:
Changes by Vikram Hegde :
--
nosy: -Vikram Hegde
___
Python tracker
<http://bugs.python.org/issue30566>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Vikram Hegde:
Here is the relevant code snippet from decode_generalized_number() in
punycode.py
try:
char = ord(extended[extpos])
except IndexError:
if errors == "strict":
raise UnicodeError("incomplete