mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
GH-114575: Rename PurePath.pathmod
to PurePath.parser
(#116513)
And rename the private base class from `PathModuleBase` to `ParserBase`.
This commit is contained in:
parent
bfc57d43d8
commit
752e18389e
6 changed files with 123 additions and 119 deletions
|
@ -303,10 +303,10 @@ Methods and properties
|
|||
|
||||
Pure paths provide the following methods and properties:
|
||||
|
||||
.. attribute:: PurePath.pathmod
|
||||
.. attribute:: PurePath.parser
|
||||
|
||||
The implementation of the :mod:`os.path` module used for low-level path
|
||||
operations: either :mod:`posixpath` or :mod:`ntpath`.
|
||||
parsing and joining: either :mod:`posixpath` or :mod:`ntpath`.
|
||||
|
||||
.. versionadded:: 3.13
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue