Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an os.path <=> pathlib equivalence table in pathlib docs #69087

Closed
ezio-melotti opened this issue Aug 20, 2015 · 6 comments
Closed

Add an os.path <=> pathlib equivalence table in pathlib docs #69087

ezio-melotti opened this issue Aug 20, 2015 · 6 comments
Assignees
Labels
3.7 (EOL) end of life docs Documentation in the Doc dir easy type-feature A feature request or enhancement

Comments

@ezio-melotti
Copy link
Member

BPO 24899
Nosy @brettcannon, @pitrou, @ezio-melotti, @slashfoo
PRs
  • bpo-24899: Add docs for pathlib.Path.absolute and pathlib to os.path correspondence #1753
  • Files
  • pathlib-os-correlation-doc.patch
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = 'https://github.com/ezio-melotti'
    closed_at = <Date 2017-06-02.18:36:23.725>
    created_at = <Date 2015-08-20.06:03:37.389>
    labels = ['easy', 'type-feature', '3.7', 'docs']
    title = 'Add an os.path <=> pathlib equivalence table in pathlib docs'
    updated_at = <Date 2017-06-02.18:36:23.724>
    user = 'https://github.com/ezio-melotti'

    bugs.python.org fields:

    activity = <Date 2017-06-02.18:36:23.724>
    actor = 'brett.cannon'
    assignee = 'ezio.melotti'
    closed = True
    closed_date = <Date 2017-06-02.18:36:23.725>
    closer = 'brett.cannon'
    components = ['Documentation']
    creation = <Date 2015-08-20.06:03:37.389>
    creator = 'ezio.melotti'
    dependencies = []
    files = ['40476']
    hgrepos = []
    issue_num = 24899
    keywords = ['patch', 'easy']
    message_count = 6.0
    messages = ['248877', '250533', '250798', '257313', '294192', '295051']
    nosy_count = 8.0
    nosy_names = ['brett.cannon', 'pitrou', 'ezio.melotti', 'docs@python', 'slashfoo', 'azsorkin', 'Winterflower', 'klimov']
    pr_nums = ['1753']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue24899'
    versions = ['Python 3.7']

    @ezio-melotti
    Copy link
    Member Author

    I think it would be useful to add to the pathlib documentation a table listing os/os.path operations and their pathlib equivalent.
    This will be useful both for people porting their code to pathlib and for people that already know os/os.path and want to get familiar with pathlib.

    @ezio-melotti ezio-melotti added docs Documentation in the Doc dir easy type-feature A feature request or enhancement labels Aug 20, 2015
    @klimov
    Copy link
    Mannequin

    klimov mannequin commented Sep 12, 2015

    I make a correlation table, plan to finish by September 16 or earlier

    @klimov
    Copy link
    Mannequin

    klimov mannequin commented Sep 15, 2015

    Patch in attach. Could anybody do review?

    @Winterflower
    Copy link
    Mannequin

    Winterflower mannequin commented Jan 1, 2016

    This is a good one for beginner patch reviewers, so submitted this to the core-mentorship mailing list.

    @slashfoo
    Copy link
    Mannequin

    slashfoo mannequin commented May 22, 2017

    I'm picking this up.

    @slashfoo slashfoo mannequin added the 3.7 (EOL) end of life label May 22, 2017
    @brettcannon
    Copy link
    Member

    New changeset ae8750b by Brett Cannon (Jamiel Almeida) in branch 'master':
    bpo-24899: Add comparison table for os.path -> pathlib (GH-1753)
    ae8750b

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.7 (EOL) end of life docs Documentation in the Doc dir easy type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants