This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author florisla
Recipients 45757, ChrisBarker, brett.cannon, docs@python, florisla, paul.moore, veky
Date 2020-02-25.07:44:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1582616649.58.0.742209953443.issue39090@roundup.psfhosted.org>
In-reply-to
Content
Based on the feedback received in GitHub here:
https://github.com/florisla/cpython/commit/c146ad3d086fe9e401284c12fc670ea4f9398f3b

I made a new revision of the 'Absolute paths' chapter here:
https://github.com/florisla/cpython/blob/pathlib-chapter-absolute-paths-2/Doc/library/pathlib.rst#absolute-paths

Further feedback is welcome.

Changes:

* Be more 'in your face' about Path.resolve() being the recommended
  approach.
* Add separate section on Windows considerations
* Explain difference between Path.resolve() and os.path.isabs() w.r.t.
  checking for drive.
* Refer to 'mapped share' instead of 'mapped network share'.
* Explain replacement of substitute drive with final path.
* Mention os.path.abspath's upcasing of drive letter in case of
  a path missing a root.
* Mention different handling of junctions versus symlinks w.r.t.
  relative parts.

For brevity, I've kept the wording on substitute drive and handling of
junctions very short.

For the same reason I did not not include eryksun's (interesting!) info
on why mapped and substitute drives are non-canonical.

Not mentioning Path.resolve()'s behavior w.r.t. non-existing files since
that's documented in resolve() itself.
History
Date User Action Args
2020-02-25 07:44:09florislasetrecipients: + florisla, brett.cannon, paul.moore, docs@python, veky, ChrisBarker, 45757
2020-02-25 07:44:09florislasetmessageid: <1582616649.58.0.742209953443.issue39090@roundup.psfhosted.org>
2020-02-25 07:44:09florislalinkissue39090 messages
2020-02-25 07:44:09florislacreate