@@ -585,8 +585,8 @@ Pure paths provide the following methods and properties:
585
585
586
586
Set *case_sensitive * to ``True `` or ``False `` to override this behaviour.
587
587
588
- .. versionadded :: 3.12
589
- The *case_sensitive * argument .
588
+ .. versionchanged :: 3.12
589
+ The *case_sensitive * parameter was added .
590
590
591
591
592
592
.. method :: PurePath.relative_to(other, walk_up=False)
@@ -627,8 +627,8 @@ Pure paths provide the following methods and properties:
627
627
are present in the path; call :meth: `~Path.resolve ` first if
628
628
necessary to resolve symlinks.
629
629
630
- .. versionadded :: 3.12
631
- The *walk_up * argument (old behavior is the same as ``walk_up=False ``).
630
+ .. versionchanged :: 3.12
631
+ The *walk_up * parameter was added (old behavior is the same as ``walk_up=False ``).
632
632
633
633
.. deprecated-removed :: 3.12 3.14
634
634
@@ -928,8 +928,9 @@ call fails (for example because the path doesn't exist).
928
928
Return only directories if *pattern * ends with a pathname components
929
929
separator (:data: `~os.sep ` or :data: `~os.altsep `).
930
930
931
- .. versionadded :: 3.12
932
- The *case_sensitive * argument.
931
+ .. versionchanged :: 3.12
932
+ The *case_sensitive * parameter was added.
933
+
933
934
934
935
.. method :: Path.group()
935
936
@@ -1313,8 +1314,8 @@ call fails (for example because the path doesn't exist).
1313
1314
infinite loop is encountered along the resolution path, :exc: `RuntimeError `
1314
1315
is raised.
1315
1316
1316
- .. versionadded :: 3.6
1317
- The *strict * argument (pre-3.6 behavior is strict).
1317
+ .. versionchanged :: 3.6
1318
+ The *strict * parameter was added (pre-3.6 behavior is strict).
1318
1319
1319
1320
.. method :: Path.rglob(pattern, *, case_sensitive=None)
1320
1321
@@ -1340,8 +1341,9 @@ call fails (for example because the path doesn't exist).
1340
1341
Return only directories if *pattern * ends with a pathname components
1341
1342
separator (:data: `~os.sep ` or :data: `~os.altsep `).
1342
1343
1343
- .. versionadded :: 3.12
1344
- The *case_sensitive * argument.
1344
+ .. versionchanged :: 3.12
1345
+ The *case_sensitive * parameter was added.
1346
+
1345
1347
1346
1348
.. method :: Path.rmdir()
1347
1349
0 commit comments