From 2b1c0bcddaba1378039cc7570061180424036d4c Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Thu, 23 Jan 2014 16:48:22 +0700 Subject: libraries/ipaddress: Added (IPv4/IPv6 manipulation library). Signed-off-by: Willy Sudiarto Raharjo --- libraries/ipaddress/README | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 libraries/ipaddress/README (limited to 'libraries/ipaddress/README') diff --git a/libraries/ipaddress/README b/libraries/ipaddress/README new file mode 100644 index 0000000000000..3d79f23dbf4c1 --- /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! -- cgit v1.2.3