[issue11312] Confusing sentence in file.readline() doc

2011-03-12 Thread Benjamin Peterson
Benjamin Peterson added the comment: c017695acf19 -- nosy: +benjamin.peterson resolution: -> fixed status: open -> closed ___ Python tracker ___ ___

[issue11312] Confusing sentence in file.readline() doc

2011-02-24 Thread Ville Skyttä
New submission from Ville Skyttä : http://docs.python.org/library/stdtypes.html#file.readline "An empty string is returned only when EOF is encountered immediately." I think this sentence is misleading especially because the word "only" in it is emphasized, because an empty string is also retu