diff options
| author | Bob Halley <halley@dnspython.org> | 2005-11-13 01:55:12 +0000 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2005-11-13 01:55:12 +0000 |
| commit | d05453d7e4c44fcaf60697f58948d2e5df1a53a4 (patch) | |
| tree | b0e8b9c423461d1d158b58575f89b5ba40c22fd9 /ChangeLog | |
| parent | f4562106aad27e0f1c0049d62d91cb586603df91 (diff) | |
| download | dnspython-d05453d7e4c44fcaf60697f58948d2e5df1a53a4.tar.gz | |
Note that Unicode name support needs Python 2.3 or greater.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 <halley@dnspython.org> |
