[issue43525] pathlib: Highlight pathlib operator behavior with anchored paths

2021-03-16 Thread diegoe
Change by diegoe : -- title: pathlib: Highlight operator behavior with anchored paths -> pathlib: Highlight pathlib operator behavior with anchored paths ___ Python tracker <https://bugs.python.org/issu

[issue43525] pathlib: Highlight operator behavior with anchored paths

2021-03-16 Thread diegoe
Change by diegoe : -- keywords: +patch pull_requests: +23664 stage: -> patch review pull_request: https://github.com/python/cpython/pull/24900 ___ Python tracker <https://bugs.python.org/issu

[issue43525] pathlib: Highlight operator behavior with anchored paths

2021-03-16 Thread diegoe
New submission from diegoe : In the '/' operator documentation for `pathlib`, the behavior for anchored paths is not described: https://docs.python.org/3/library/pathlib.html#operators The behavior (prefer the second/right-hand root/anchor) is only explained in the `PurePath` cla

[issue43082] descriptor howto: typo in "Definition and introduction"

2021-01-31 Thread diegoe
Change by diegoe : -- keywords: +patch pull_requests: +23208 stage: -> patch review pull_request: https://github.com/python/cpython/pull/24394 ___ Python tracker <https://bugs.python.org/issu

[issue43082] descriptor howto: typo in "Definition and introduction"

2021-01-30 Thread diegoe
New submission from diegoe : In https://docs.python.org/3.10/howto/descriptor.html#definition-and-introduction The paragraph reads: """ Definition and introduction In general, a descriptor is an attribute value that has one of the methods in the descriptor protocol. Th