On Sat, Nov 22, 2014 at 4:12 PM, William Johnston <willi...@tenbase2.com>
wrote:

>
>
> Hello,
>
> Here is another idna module for IronPython question.
>
> How do I import idna for use with the request module in an IronPython app?
>

`from encodings import idna` should do it. This is the same as CPython.

- Jeff
_______________________________________________
Ironpython-users mailing list
Ironpython-users@python.org
https://mail.python.org/mailman/listinfo/ironpython-users

Reply via email to