]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
remove Python 2 reference
authorBob Halley <halley@dnspython.org>
Mon, 11 May 2020 12:56:24 +0000 (05:56 -0700)
committerBob Halley <halley@dnspython.org>
Mon, 11 May 2020 12:56:24 +0000 (05:56 -0700)
doc/name.rst

index 697ce3a700e01dca74a97f8b6a4719589f8c4c40..0cda588adaaba84cbc9dcef92a2c489dead8fda6 100644 (file)
@@ -11,8 +11,7 @@ supplying the labels tuple directly, but rather by converting from DNS
 text format or the DNS wire format.
 
 Labels are in the same order as in the DNS textual form, e.g. the labels
-value for ``www.dnspython.org.`` is ``(b'www', b'dnspython', b'org', b'')`` on
-Python 3, and ``('www', 'dnspython', 'org', '')`` on Python 2.
+value for ``www.dnspython.org.`` is ``(b'www', b'dnspython', b'org', b'')``.
 
 Names may be *absolute* or *relative*.  Absolute names end in the root label,
 which is an empty ``bytes``.  Relative names do not end in the root label.  To