• Guido van Rossum's avatar
    Patch 1335 by Christian Heimes. · a5d2d557
    Guido van Rossum authored
    Add a bytes iterator (copied from stringobject.c and reindented :-).
    I (Guido) added a small change to _abcoll.py to remove the registration
    of bytes as a virtual subtype of Iterator -- the presence of __iter__
    will handle that now.
    a5d2d557
bytesobject.c 90.2 KB