aboutsummaryrefslogtreecommitdiff
path: root/python/pathlib2/README
diff options
context:
space:
mode:
authorDimitris Zlatanidis <d.zlatanidis@gmail.com>2023-07-30 17:01:37 +0300
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-08-05 10:08:55 +0700
commit8bd25ed3cd8cfc1bbef4115907d8243c321079b9 (patch)
tree1425511a3a90fa521f0ee363380b945df6e7ef1a /python/pathlib2/README
parentee0d8b6b83f4352ec09a78fbe43833f491164b26 (diff)
python/pathlib2: Removed (split to python2 and python3).
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pathlib2/README')
-rw-r--r--python/pathlib2/README4
1 files changed, 0 insertions, 4 deletions
diff --git a/python/pathlib2/README b/python/pathlib2/README
deleted file mode 100644
index 4ae19c8621..0000000000
--- a/python/pathlib2/README
+++ /dev/null
@@ -1,4 +0,0 @@
-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.