]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Note that Unicode name support needs Python 2.3 or greater.
authorBob Halley <halley@dnspython.org>
Sun, 13 Nov 2005 01:55:12 +0000 (01:55 +0000)
committerBob Halley <halley@dnspython.org>
Sun, 13 Nov 2005 01:55:12 +0000 (01:55 +0000)
ChangeLog

index 29f8964646e65331855b7b7b40de9d2d15273762..d66b86ed4e4998bd09337f9ff71e185ebec17262 100644 (file)
--- 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  <halley@dnspython.org>