8000 edit zipfile documentation for consistency · Issue #102190 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content
8000
edit zipfile documentation for consistency #102190
Closed
@dlwrnc

Description

@dlwrnc

Documentation

there are a few methods in zipfile where args are not explained in the method docstring for public methods. e.g., pwd arg is not explained here: https://github.com/python/cpython/blob/main/Lib/zipfile/__init__.py#L1520, but is documented in a few other public methods.

it's possible to find out what pwd is with a little bit of digging, but it would be helpful to have it defined in the method. it seems like pwd is the most consistently undefined one across zipfile, but i'd be happy to look for other ones as well.

volunteering myself to take care of this work, will open a PR shortly.

Linked PRs

Metadata

Metadata

Assignees

No one assigned

    Labels

    docsDocumentation in the Doc dir

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0