commit | a5d2d5573a6dc24f6b0de8dd089290216bd96249 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri Oct 26 17:39:48 2007 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri Oct 26 17:39:48 2007 +0000 |
tree | 9d141d6662360962281d83a35c0f3798b5bc8f08 | |
parent | 57233cb3f9d59233711e63034cc1e84360f0da15 [diff] |
Patch 1335 by Christian Heimes. 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.