summaryrefslogtreecommitdiff
path: root/python/pathlib2/README
diff options
context:
space:
mode:
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.