Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

gh-130536: Improve os.path documentation#131872

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Closed
hridyasadanand wants to merge1 commit intopython:mainfromhridyasadanand:main

Conversation

hridyasadanand
Copy link

@hridyasadanandhridyasadanand commentedMar 29, 2025
edited by github-actionsbot
Loading

Added cross-references to related functions and provided an example for os.path.join to enhance clarity.


📚 Documentation preview 📚:https://cpython-previews--131872.org.readthedocs.build/

Added cross-references to related functions and provided an example for os.path.join to enhance clarity.
@ghost
Copy link

ghost commentedMar 29, 2025
edited by ghost
Loading

All commit authors signed the Contributor License Agreement.
CLA signed

Copy link
Contributor

@StanFromIrelandStanFromIreland left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Very messy

Return ``True`` if *path* is an absolute pathname.

.. seealso::
:func:`os.path.abspath` - for converting paths to absolute paths. On Unix, that means it
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

This is a mess

Comment on lines +247 to +248
.. seealso::
:func:`os.path.abspath` - for converting paths to absolute paths. On Unix, that means it
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Usually these are put at the end of the note

Comment on lines +367 to 368
'/home/bar' The return value is the
concatenation of *path* and all members of *\*paths*, with exactly one
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Needs to be fixed

Comment on lines +506 to 507
:func:`os.path.join` - for joining paths efficiently. The
*tail* part will never contain a slash; if *path* ends in a slash, *tail*
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Again a mess

@picnixz
Copy link
Member

#130557 already exists. Please do not open PRs when an open PR against the issue already exists. TiA.

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@StanFromIrelandStanFromIrelandStanFromIreland left review comments

Assignees
No one assigned
Labels
awaiting reviewdocsDocumentation in the Doc dirskip news
Projects
Status: Todo
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@hridyasadanand@picnixz@StanFromIreland

[8]ページ先頭

©2009-2025 Movatter.jp