Skip to content

[3.6] bpo-28231: The zipfile module now accepts path-like objects for external paths.#561

Merged
serhiy-storchaka merged 17 commits into
python:3.6from
serhiy-storchaka:3.6
Mar 8, 2017
Merged

[3.6] bpo-28231: The zipfile module now accepts path-like objects for external paths.#561
serhiy-storchaka merged 17 commits into
python:3.6from
serhiy-storchaka:3.6

Conversation

@serhiy-storchaka

Copy link
Copy Markdown
Member

No description provided.

@serhiy-storchaka serhiy-storchaka changed the title 3.6 [3.6] bpo-28231: The zipfile module now accepts path-like objects for external paths. Mar 8, 2017
@serhiy-storchaka serhiy-storchaka merged commit eb65edd into python:3.6 Mar 8, 2017
Comment thread Doc/library/zipfile.rst
Previously, a plain :exc:`RuntimeError` was raised for unrecognized
compression values.

.. versionchanged:: 3.6.2

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Given that this landed in the 3.6 branch, doesn't that mean that the upcoming 3.6.1 will contain this?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

I think this is too late for 3.6.1. Unless @ned-deily cherry-pick it.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Yes, this is too late for 3.6.1.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Thank you, it was just my misunderstanding on how the upcoming release will be cut, I assumed it's feed by the 3.6 branch.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

jaraco pushed a commit that referenced this pull request Dec 2, 2022
…otes (#561)

Co-authored-by: Mariatta Wijaya <Mariatta@users.noreply.github.com>

Co-authored-by: Mariatta Wijaya <Mariatta@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants