aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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