We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c579157 commit 1016775Copy full SHA for 1016775
1 file changed
Misc/NEWS.d/next/Core_and_Builtins/2026-06-25-00-41-52.gh-issue-152140.u0phBe.rst
@@ -0,0 +1,5 @@
1
+Rework :class:`!_Extra` in the :mod:`zipfile` module::
2
+* Improve performance for the mostly used :meth:`!_Extra.strip`.
3
+* Replace :meth:`!_Extra.split` with :meth:`!_Extra.iter` for better semantic and performance.
4
+* Introduce :meth:`!_Extra.update` for easier updating of subfields.
5
+* Make it a namespace class rather than a subclass of :class:`bytes` for better performance.
0 commit comments