Staging
v0.5.1
https://github.com/python/cpython
Revision 11fa0e48a958716186eb99348a46064e944eccf6 authored by Cristian Ciupitu on 21 February 2019, 07:53:06 UTC, committed by Serhiy Storchaka on 21 February 2019, 07:53:06 UTC
read() returns bytes for a file opened in binary mode,
so b'' should be used as a sentinel instead of ''.
Otherwise the loop will be infinite.
1 parent ebc793d
History
Tip revision: 11fa0e48a958716186eb99348a46064e944eccf6 authored by Cristian Ciupitu on 21 February 2019, 07:53:06 UTC
Doc: fix example for iter() function. (GH-11959)
Tip revision: 11fa0e4
File Mode Size
Grammar -rw-r--r-- 7.4 KB
Tokens -rw-r--r-- 1.5 KB

back to top