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
Previously, `enumerate` would output characters in the "unicode order".
That means, characters which are early in the unicode range are output
first (such as "\u0000", "\u0001"). Now, the more common alphanumeric
characters are always produced first. That way, we get the more
representative strings tend to get enumerated first, which is useful
because we usually only look at the first few items in the enumeration.
0 commit comments