You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduce `.iter()` in place of `.strip()` to yield each subfield info
as a tuple. This has better semantic and is more performant than
subclassing `bytes`. The method name change also allows feature
detection for the behavior changes.
Remove `.read_one()` since it has never been used and is now obsolete.
Make `_Extra` a normal class rather than a subclass of `bytes`, which
is imperformant by having to copy the passed bytes when instantiated.
0 commit comments