[issue7557] Imprecise description for the file.read() method

2009-12-21 Thread Georg Brandl
Georg Brandl added the comment: > Merci Florent > Mais alors où se cache la documentation 3.1 "officiel" sur la classe file. Even though we seem to have a disturbing accumulation of French developers here, please keep to English on the tracker :) -- ___

[issue7557] Imprecise description for the file.read() method

2009-12-21 Thread Antoine Pitrou
Antoine Pitrou added the comment: It's in the "io" module: http://docs.python.org/dev/py3k/library/io.html -- nosy: +pitrou ___ Python tracker ___ ___

[issue7557] Imprecise description for the file.read() method

2009-12-21 Thread Jacques Lemire
Jacques Lemire added the comment: Merci Florent Mais alors où se cache la documentation 3.1 "officiel" sur la classe file. Jacques 2009/12/21 Florent Xicluna > > Florent Xicluna added the comment: > > This section is obsolete and is removed from the documentation in r76893 > an r76894. See

[issue7557] Imprecise description for the file.read() method

2009-12-21 Thread Florent Xicluna
Florent Xicluna added the comment: This section is obsolete and is removed from the documentation in r76893 an r76894. See issue #7508. -- nosy: +flox resolution: -> duplicate stage: -> committed/rejected status: open -> closed superseder: -> Update 'file object' doc title: Imprecise