[issue7508] Update 'file object' doc

2009-12-19 Thread Antoine Pitrou
Antoine Pitrou added the comment: I've removed it in r76893. Thanks! -- resolution: -> fixed status: open -> closed ___ Python tracker ___ __

[issue7508] Update 'file object' doc

2009-12-19 Thread Antoine Pitrou
Antoine Pitrou added the comment: Note: one issue is that io.rst is currently some kind of technical reference about base classes and stuff, it is unreadable for anyone looking for simple information. -- ___ Python tracker

[issue7508] Update 'file object' doc

2009-12-19 Thread Antoine Pitrou
Antoine Pitrou added the comment: Okay, I've found it. IMO this section should simply be removed, since the `file` type doesn't exist anymore. -- ___ Python tracker ___ _

[issue7508] Update 'file object' doc

2009-12-19 Thread Antoine Pitrou
Antoine Pitrou added the comment: In which part/filename of the doc can I find this extract? -- ___ Python tracker ___ ___ Python-bugs

[issue7508] Update 'file object' doc

2009-12-19 Thread Georg Brandl
Georg Brandl added the comment: Maybe Antoine wants (!) to look at it. -- assignee: georg.brandl -> pitrou nosy: +pitrou ___ Python tracker ___ __

[issue7508] Update 'file object' doc

2009-12-14 Thread Terry J. Reedy
New submission from Terry J. Reedy : "5.9. File Objects¶ File objects are implemented using C’s stdio package and can be created with the built-in open() function." As I understand, the part about stdio is no longer true. Also, as I understand, there is no longer a class object. Rather there ar