Skip to content

Commit 1016775

Browse files
committed
Add news
1 parent c579157 commit 1016775

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)