diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2018-11-17 19:58:49 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-24 12:35:41 +0700 |
commit | e7dbb51ce4307aa2dd1b6df40f50199ae8f305c9 (patch) | |
tree | a92c2660d696df5c45c6391e201101c75178bb17 /python/pathlib2/README | |
parent | eb457faf1b55c6dca39668713f0c440e20462d01 (diff) |
python/parhlib2: Add support for python3.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/pathlib2/README')
-rw-r--r-- | python/pathlib2/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/pathlib2/README b/python/pathlib2/README index 8630108f29e06..475b754080b3f 100644 --- a/python/pathlib2/README +++ b/python/pathlib2/README @@ -2,3 +2,5 @@ The old pathlib module on bitbucket is in bugfix-only mode. The goal of pathlib2 is to provide a backport of standard pathlib module which tracks the standard library module, so all the newest features of the standard pathlib can be used also on older Python versions. + +Optional dependency: python3 |