aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2019-10-18 03:26:17 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2019-10-18 03:26:17 +0200
commitf069b1572b25d71404bca3e6ae195f44c8f6e8e9 (patch)
treec88070b947c844e9ddc103a62d1983c97fb42aab
parent074225be9c73bc7e9f6f31ac9e43a83a49c78622 (diff)
downloadipaddress-f069b1572b25d71404bca3e6ae195f44c8f6e8e9.tar.gz
README: Clarify that we are backporting 3.8+, not 3.3
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
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