[issue34526] Path.relative_to() taking multiple arguments could be better documented

2022-02-16 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 3.0 -> 4.0 pull_requests: +29518 stage: -> patch review pull_request: https://github.com/python/cpython/pull/31368 ___ Python tracker

[issue34526] Path.relative_to() taking multiple arguments could be better documented

2022-01-19 Thread Barney Gale
Change by Barney Gale : -- nosy: +barneygale ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34526] Path.relative_to() taking multiple arguments could be better documented

2022-01-18 Thread Irit Katriel
Change by Irit Katriel : -- keywords: +easy versions: +Python 3.10, Python 3.11, Python 3.9 -Python 3.7 ___ Python tracker ___ ___

[issue34526] Path.relative_to() taking multiple arguments could be better documented

2018-08-28 Thread Antony Lee
New submission from Antony Lee : Currently, the docs for Path.relative_to read PurePath.relative_to(*other) Compute a version of this path relative to the path represented by other. If it’s impossible, ValueError is raised: (examples follow) It's a bit confusing why other is a