From f069b1572b25d71404bca3e6ae195f44c8f6e8e9 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 18 Oct 2019 03:26:17 +0200 Subject: [PATCH] README: Clarify that we are backporting 3.8+, not 3.3 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c1c6fad..0a12bc0 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ ipaddress Python 3.3+'s [ipaddress](http://docs.python.org/dev/library/ipaddress) for Python 2.6, 2.7, 3.2. +This repository tracks the latest version from cpython, e.g. ipaddress from cpython 3.8 as of writing. + Note that just like in Python 3.3+ you must use character strings and not byte strings for textual IP address representations: ```python