aboutsummaryrefslogtreecommitdiff
path: root/python/py/README
diff options
context:
space:
mode:
authorDave Woodfall <dave@slackbuilds.org>2021-05-21 21:32:18 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2021-06-02 01:02:26 +0700
commitca5332e18d9fc01656159ec4042460fa54e9154d (patch)
treee1a8de55bf01f67ef94c91b0376bad6c1e999aaa /python/py/README
parent3b2c9f927538fa8c0656c5a5ed202c01da6da020 (diff)
python/py: Convert python to python2.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/py/README')
-rw-r--r--python/py/README7
1 files changed, 4 insertions, 3 deletions
diff --git a/python/py/README b/python/py/README
index 1667c95551da7..0a1986eacb972 100644
--- a/python/py/README
+++ b/python/py/README
@@ -1,7 +1,8 @@
-The py lib is a Python development support library featuring the following tools and
-modules:
+The py lib is a Python development support library featuring the
+following tools and modules:
py.path: uniform local and svn path objects
py.apipkg: explicit API control and lazy-importing
py.iniconfig: easy parsing of .ini files
-py.code: dynamic code generation and introspection (deprecated, moved to pytest).
+py.code: dynamic code generation and introspection (deprecated, moved to
+pytest).