[issue41946] Add concrete examples to os.path documentation

2021-08-05 Thread Jack DeVries
Jack DeVries added the comment: > Some examples were added since this issue was created See bpo-35183 -- nosy: +jack__d ___ Python tracker ___ ___

[issue41946] Add concrete examples to os.path documentation

2021-08-05 Thread Raymond Hettinger
Raymond Hettinger added the comment: If some examples are added, the should note which operating system is being used. -- ___ Python tracker ___ _

[issue41946] Add concrete examples to os.path documentation

2021-08-05 Thread Raymond Hettinger
Raymond Hettinger added the comment: Concrete examples for os.path are problematic because typical inputs and outputs vary across difference file systems. The point of os.path is to hide these differences. -- nosy: +rhettinger ___ Python tracker

[issue41946] Add concrete examples to os.path documentation

2021-08-04 Thread Andrei Kulakov
Andrei Kulakov added the comment: Some examples were added since this issue was created, but more can be added. Stargirl: feel free to open a PR, I can review it. -- nosy: +andrei.avk ___ Python tracker ___

[issue41946] Add concrete examples to os.path documentation

2020-10-05 Thread Stargirl Flowers
New submission from Stargirl Flowers : Presently the documentation for os.path (https://docs.python.org/3.8/library/os.path.html) doesn't contain any concrete examples of the input and outputs of the various path manipulation functions. Contrast this to the Node.js documentation for similar f