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
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
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
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
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