Skip to content

Commit

Permalink
README: Clarify that we are backporting 3.8+, not 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
phihag committed Oct 18, 2019
1 parent 074225b commit f069b15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f069b15

Please sign in to comment.