Closed asergi closed 3 years ago
Python 3.2 test fails due to coverage>=4.0 dropped support for it.
Curious: why was there a switchover at all? A large part of the appeal of pathlib
was that it's a drop-in replacement, no except ImportError
nonsense required.
I completely lost your comment, sorry. The reason is simple: naming a third-party module like a stdlib one is a really bad idea.
The pathlib backport module is no longer maintained. The development has moved to the pathlib2 module instead.
Quoting from the pathlib's README: "Attention: this backport module isn't maintained anymore. If you want to report issues or contribute patches, please consider the pathlib2 project instead."