Skip to content

Commit 258e2eb

Browse files
authored
Merge pull request #12 from bitranox/development
v2.0.0
2 parents 8998bb1 + 5ad797d commit 258e2eb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.docs/description.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
Backport of Python 3.10.0a0 pathlib for Python 3.6, 3.7, 3.8, 3.9 with a few tweaks to make it compatible.
1+
Backport of Python 3.11.0a0 pathlib for Python 3.6, 3.7, 3.8, 3.9, 3.10 with a few tweaks to make it compatible.
22

33
added wrappers to shutil copy, copy2, rmtree, copytree and other useful functions.
44

55
fully typed PEP561 package
66

7-
this will be updated periodically to have the latest version of pathlib available on 3.6, 3.7, 3.8, 3.9 and probably others.
7+
this will be updated periodically to have the latest version of pathlib available on 3.6, 3.7, 3.8, 3.9, 3.10 and probably others.
88

99
WHY pathlib3x ?
1010
===============

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ Version v2.0.0 as of 2022-06-03 see `Changelog`_
5252
:target: https://pypi.org/project/pathlib3x/
5353
:alt: PyPI - Downloads
5454

55-
Backport of Python 3.10.0a0 pathlib for Python 3.6, 3.7, 3.8, 3.9 with a few tweaks to make it compatible.
55+
Backport of Python 3.11.0a0 pathlib for Python 3.6, 3.7, 3.8, 3.9, 3.10 with a few tweaks to make it compatible.
5656

5757
added wrappers to shutil copy, copy2, rmtree, copytree and other useful functions.
5858

5959
fully typed PEP561 package
6060

61-
this will be updated periodically to have the latest version of pathlib available on 3.6, 3.7, 3.8, 3.9 and probably others.
61+
this will be updated periodically to have the latest version of pathlib available on 3.6, 3.7, 3.8, 3.9, 3.10 and probably others.
6262

6363
WHY pathlib3x ?
6464
===============

0 commit comments

Comments
 (0)