diff options
Diffstat (limited to 'libraries/ipaddress/README')
-rw-r--r-- | libraries/ipaddress/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libraries/ipaddress/README b/libraries/ipaddress/README new file mode 100644 index 0000000000..3d79f23dbf --- /dev/null +++ b/libraries/ipaddress/README @@ -0,0 +1,4 @@ +Python 3.3's ipaddress for Python 2.6 and 2.7. + +Note that you must pass in unicode objects when constructing +from a character representation! |