]> granicus.if.org Git - python/commit
Doc: fix example for iter() function. (GH-11959)
authorCristian Ciupitu <cristian.ciupitu@yahoo.com>
Thu, 21 Feb 2019 07:53:06 +0000 (09:53 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 21 Feb 2019 07:53:06 +0000 (09:53 +0200)
commit11fa0e48a958716186eb99348a46064e944eccf6
tree6bbc2f5b96281a5817aaba01987582404d1f7641
parentebc793d6acb9650b9f497808e059805892031d74
Doc: fix example for iter() function. (GH-11959)

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.
Doc/library/functions.rst