Closed
Description
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
Projects
Status
Done