From 5c0522ddcbe809ff263e3a99d523bd8242e1ebad Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Fri, 9 Nov 2018 23:12:45 +0000 Subject: python/pathlib2: Added (Object-oriented filesystem paths). Signed-off-by: David Spencer --- python/pathlib2/README | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 python/pathlib2/README (limited to 'python/pathlib2/README') 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. -- cgit v1.2.3