aboutsummaryrefslogtreecommitdiff
path: root/python/pathlib2/README
diff options
context:
space:
mode:
authorDimitris Zlatanidis <d.zlatanidis@gmail.com>2018-11-09 23:12:45 +0000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2018-11-10 07:47:59 +0700
commit5c0522ddcbe809ff263e3a99d523bd8242e1ebad (patch)
tree30252dca2b5ef5f70df82df8defa156cdccb5c30 /python/pathlib2/README
parentc86d6f23364c86a21706a79049a7e673a2ed1937 (diff)
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 0000000000000..8630108f29e06
--- /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.