On 06/07/2016 10:42 PM, Serhiy Storchaka wrote: > On 07.06.16 23:28, Ethan Furman wrote: >> * Add ``bytes.iterbytes``, ``bytearray.iterbytes`` and >> ``memoryview.iterbytes`` alternative iterators > > "Byte" is an alias to "octet" (8-bit integer) in modern terminology. Maybe so, but not, to my knowledge, in Python terminology. > Iterating bytes and bytearray already produce bytes. No, it produces integers: >>> for b in b'abcid': ... print(b) ... 97 98 99 105 100 -- ~Ethan~
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4