On 19 May 2009, at 23:36, LoD MoD wrote:
Has anyone gotten this code to work in Jython?
If you're willing to avoid the use of Unicode, you can simply change dns/name.py so that it doesn't import encodings.idna, or even better so that it doesn't import encodings.idna if jython is being used.
If you need Unicode names, then the fix is to implement encodings.idna in jython.
_______________________________________________ dnspython-users mailing list [email protected] http://howl.play-bow.org/mailman/listinfo.cgi/dnspython-users
