From: Bob Halley Date: Sun, 13 Nov 2005 01:55:12 +0000 (+0000) Subject: Note that Unicode name support needs Python 2.3 or greater. X-Git-Tag: v1.4.0~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d05453d7e4c44fcaf60697f58948d2e5df1a53a4;p=thirdparty%2Fdnspython.git Note that Unicode name support needs Python 2.3 or greater. --- diff --git a/ChangeLog b/ChangeLog index 29f89646..d66b86ed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,7 +4,8 @@ domain names. Running dns.name.from_text() on a Unicode string will now encode each label using the IDN ACE encoding. The to_unicode() method may be used to convert a dns.name.Name with - IDN ACE labels back into a Unicode string. + IDN ACE labels back into a Unicode string. This functionality + requires Python 2.3 or greater. 2005-10-31 Bob Halley