aboutsummaryrefslogtreecommitdiff
path: root/python/python2-pathlib2/README
diff options
context:
space:
mode:
authorDimitris Zlatanidis <d.zlatanidis@gmail.com>2023-07-29 07:34:17 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-07-29 07:34:29 +0700
commit44a9a8853b9c84e216fb77392873026f91458d56 (patch)
tree5464d3424011e8941a6ad2df37ec351c835de3d7 /python/python2-pathlib2/README
parent97db10c0653007c48eda3f877025f6293224565a (diff)
python/python2-pathlib2: Added (Object-oriented FS paths).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python2-pathlib2/README')
-rw-r--r--python/python2-pathlib2/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/python2-pathlib2/README b/python/python2-pathlib2/README
new file mode 100644
index 000000000000..1a5c80617484
--- /dev/null
+++ b/python/python2-pathlib2/README
@@ -0,0 +1,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.
+