From: Bob Halley Date: Mon, 11 May 2020 12:56:24 +0000 (-0700) Subject: remove Python 2 reference X-Git-Tag: v2.0.0rc1~231 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=094f656367d56431556d2794f6bf34394f0a8776;p=thirdparty%2Fdnspython.git remove Python 2 reference --- diff --git a/doc/name.rst b/doc/name.rst index 697ce3a7..0cda588a 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