aboutsummaryrefslogtreecommitdiff
path: root/python/pathlib/README
diff options
context:
space:
mode:
authorDimitris Zlatanidis <d.zlatanidis@gmail.com>2016-08-11 12:19:20 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2016-08-13 07:22:19 +0700
commit5710d2c07dada3e085704ff6e3045f310699a73b (patch)
tree645b073f343c0478d0d26f1f9305aedf8ace1439 /python/pathlib/README
parent25f95cf14706ee9a9ae54b752e3f00c74f3d7a3d (diff)
python/pathlib: Added (Object-oriented filesystem paths).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/pathlib/README')
-rw-r--r--python/pathlib/README1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/pathlib/README b/python/pathlib/README
new file mode 100644
index 000000000000..f7314936d0c6
--- /dev/null
+++ b/python/pathlib/README
@@ -0,0 +1 @@
+pathlib offers a set of classes to handle filesystem paths.