Paul Kehrer added the comment:

As someone who built an idna aware API for pyca/cryptography and deeply regrets 
it I'd like to weigh in on the side of saying that IDNA is a presentation issue 
and that supporting it in lower level APIs is the cause of many bugs, some of 
which can potentially be security issues. Users wanting to make requests to 
IDNA domains should be responsible for the encoding themselves so that 
impedance mismatches in encoding version are both discoverable and correctable.

----------
nosy: +reaperhulk

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11783>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to