From 54b503209a88420b85cd27f216d33fab74beeff1 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Sat, 29 Jul 2023 07:35:53 +0700 Subject: python/python3-pathlib2: Added (Object-oriented FS paths). Signed-off-by: Willy Sudiarto Raharjo --- python/python3-pathlib2/README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 python/python3-pathlib2/README (limited to 'python/python3-pathlib2/README') diff --git a/python/python3-pathlib2/README b/python/python3-pathlib2/README new file mode 100644 index 0000000000..1a5c806174 --- /dev/null +++ b/python/python3-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. + -- cgit v1.2.3