@@ -596,8 +596,8 @@ Pure paths provide the following methods and properties:
596
596
597
597
Set *case_sensitive * to ``True `` or ``False `` to override this behaviour.
598
598
599
- .. versionadded :: 3.12
600
- The *case_sensitive * argument .
599
+ .. versionchanged :: 3.12
600
+ The *case_sensitive * parameter was added .
601
601
602
602
.. versionchanged :: 3.13
603
603
Support for the recursive wildcard "``** ``" was added. In previous
@@ -642,8 +642,8 @@ Pure paths provide the following methods and properties:
642
642
are present in the path; call :meth: `~Path.resolve ` first if
643
643
necessary to resolve symlinks.
644
644
645
- .. versionadded :: 3.12
646
- The *walk_up * argument (old behavior is the same as ``walk_up=False ``).
645
+ .. versionchanged :: 3.12
646
+ The *walk_up * parameter was added (old behavior is the same as ``walk_up=False ``).
647
647
648
648
.. deprecated-removed :: 3.12 3.14
649
649
@@ -962,11 +962,11 @@ call fails (for example because the path doesn't exist).
962
962
Return only directories if *pattern * ends with a pathname components
963
963
separator (:data: `~os.sep ` or :data: `~os.altsep `).
964
964
965
- .. versionadded :: 3.12
966
- The *case_sensitive * argument .
965
+ .. versionchanged :: 3.12
966
+ The *case_sensitive * parameter was added .
967
967
968
- .. versionadded :: 3.13
969
- The *follow_symlinks * argument .
968
+ .. versionchanged :: 3.13
969
+ The *follow_symlinks * parameter was added .
970
970
971
971
.. method :: Path.group()
972
972
@@ -1362,8 +1362,8 @@ call fails (for example because the path doesn't exist).
1362
1362
infinite loop is encountered along the resolution path, :exc: `RuntimeError `
1363
1363
is raised.
1364
1364
1365
- .. versionadded :: 3.6
1366
- The *strict * argument (pre-3.6 behavior is strict).
1365
+ .. versionchanged :: 3.6
1366
+ The *strict * parameter was added (pre-3.6 behavior is strict).
1367
1367
1368
1368
.. method :: Path.rglob(pattern, *, case_sensitive=None, follow_symlinks=None)
1369
1369
@@ -1394,11 +1394,11 @@ call fails (for example because the path doesn't exist).
1394
1394
Return only directories if *pattern * ends with a pathname components
1395
1395
separator (:data: `~os.sep ` or :data: `~os.altsep `).
1396
1396
1397
- .. versionadded :: 3.12
1398
- The *case_sensitive * argument .
1397
+ .. versionchanged :: 3.12
1398
+ The *case_sensitive * parameter was added .
1399
1399
1400
- .. versionadded :: 3.13
1401
- The *follow_symlinks * argument .
1400
+ .. versionchanged :: 3.13
1401
+ The *follow_symlinks * parameter was added .
1402
1402
1403
1403
.. method :: Path.rmdir()
1404
1404
0 commit comments