diff options
| author | Philipp Hagemeister <phihag@phihag.de> | 2019-10-18 03:26:17 +0200 |
|---|---|---|
| committer | Philipp Hagemeister <phihag@phihag.de> | 2019-10-18 03:26:17 +0200 |
| commit | f069b1572b25d71404bca3e6ae195f44c8f6e8e9 (patch) | |
| tree | c88070b947c844e9ddc103a62d1983c97fb42aab | |
| parent | 074225be9c73bc7e9f6f31ac9e43a83a49c78622 (diff) | |
| download | platform_external_python_ipaddress-f069b1572b25d71404bca3e6ae195f44c8f6e8e9.tar.gz platform_external_python_ipaddress-f069b1572b25d71404bca3e6ae195f44c8f6e8e9.tar.bz2 platform_external_python_ipaddress-f069b1572b25d71404bca3e6ae195f44c8f6e8e9.zip | |
README: Clarify that we are backporting 3.8+, not 3.3
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
