summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2020-05-11 05:56:24 -0700
committerBob Halley <halley@dnspython.org>2020-05-11 05:56:24 -0700
commit094f656367d56431556d2794f6bf34394f0a8776 (patch)
tree24a5ed4fc6666620f58c33d04fe133030040bdd9 /doc
parent28a8bbf563e8186eaf4ac27105ed3815ca9953f0 (diff)
downloaddnspython-094f656367d56431556d2794f6bf34394f0a8776.tar.gz
remove Python 2 reference
Diffstat (limited to 'doc')
-rw-r--r--doc/name.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/name.rst b/doc/name.rst
index 697ce3a..0cda588 100644
--- a/doc/name.rst
+++ b/doc/name.rst
@@ -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