8000 gh-115961: Add name and mode attributes for compressed file-like objects by serhiy-storchaka · Pull Request #116036 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-115961: Add name and mode attributes for compressed file-like objects #116036

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

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'main' into compress-file-name-mode
  • Loading branch information
serhiy-storchaka authored Apr 17, 2024
commit bbabc1ce209b8cdebce67622ad021637b6e9351a
7 changes: 6 additions & 1 deletion Doc/whatsnew/3.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ Other Language Changes
:mod:`tarfile` and :mod:`zipfile`.
(Contributed by Serhiy Storchaka in :gh:`115961`.)

* Allow controlling Expat >=2.6.0 reparse deferral (CVE-2023-52425)
* Allow controlling Expat >=2.6.0 reparse deferral (:cve:`2023-52425`)
by adding five new methods:

* :meth:`xml.etree.ElementTree.XMLParser.flush`
Expand Down Expand Up @@ -1595,6 +1595,11 @@ Changes in the Python API
returned by :meth:`zipfile.ZipFile.open` was changed from ``'r'`` to ``'rb'``.
(Contributed by Serhiy Storchaka in :gh:`115961`.)

* :c:func:`!PyCode_GetFirstFree` is an unstable API now and has been renamed
to :c:func:`PyUnstable_Code_GetFirstFree`.
(Contributed by Bogdan Romanyuk in :gh:`115781`.)


Build Changes
=============

Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.
0