summaryrefslogtreecommitdiffstats
path: root/libraries/ipaddress/README
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-01-23 16:48:22 +0700
committer Erik Hanson <erik@slackbuilds.org>2014-01-29 23:21:11 -0600
commit2b1c0bcddaba1378039cc7570061180424036d4c (patch)
tree204dd8f7584318c3b6078377e96a69afd1de93f1 /libraries/ipaddress/README
parentab39307833e25819ff748e0777b34514b0b6751d (diff)
downloadslackbuilds-2b1c0bcddaba1378039cc7570061180424036d4c.tar.gz
slackbuilds-2b1c0bcddaba1378039cc7570061180424036d4c.tar.xz
libraries/ipaddress: Added (IPv4/IPv6 manipulation library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/ipaddress/README')
-rw-r--r--libraries/ipaddress/README4
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!