| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Hello, and thanks for your contribution! I'm a bot set up to make sure that the project can legally accept your contribution by verifying you have signed the PSF contributor agreement (CLA). Unfortunately our records indicate you have not signed the CLA. For legal reasons we need you to sign this before we can look at your contribution. Please follow the steps outlined in the CPython devguide to rectify this issue. Thanks again to your contribution and we look forward to looking at it! |
Sorry, something went wrong.
`PurePath` and `Path` are now just variables pointing at the corresponding classes (resp. PurePosixPath or PureWindowsPath, and PosixPath or WindowsPath) depending on the platform running the code.
|
Thanks for the PR, but closing as the CLA has not been signed within the last month. If you do decide to sign the CLA we can re-open this PR. |
Sorry, something went wrong.
| class _PathParents(Sequence): | ||
| """This object provides sesquence-like access to the logical ancestors | ||
| of a path. Don't try to construt it yourself.""" | ||
| ___slots__ = ('pathcls', '_drv', '_root', '_parts') |
There was a problem hiding this comment.
probably a typo but you have 3 leading _ ..
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
PurePath and Path are now just variables pointing at the
corresponding classes (resp. PurePosixPath or PureWindowsPath, and
PosixPath or WindowsPath) depending on the platform running the code.
https://bugs.python.org/issue24132