summaryrefslogtreecommitdiffstats
path: root/python/pathlib2/README
diff options
context:
space:
mode:
author Dimitris Zlatanidis2018-11-10 00:12:45 +0100
committer Willy Sudiarto Raharjo2018-11-10 01:47:59 +0100
commit5c0522ddcbe809ff263e3a99d523bd8242e1ebad (patch)
tree30252dca2b5ef5f70df82df8defa156cdccb5c30 /python/pathlib2/README
parentc86d6f23364c86a21706a79049a7e673a2ed1937 (diff)
downloadslackbuilds-5c0522ddcbe809ff263e3a99d523bd8242e1ebad.tar.gz
python/pathlib2: Added (Object-oriented filesystem paths).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/pathlib2/README')
-rw-r--r--python/pathlib2/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/pathlib2/README b/python/pathlib2/README
new file mode 100644
index 0000000000..8630108f29
--- /dev/null
+++ b/python/pathlib2/README
@@ -0,0 +1,4 @@
+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.