[issue4441] Improve os open flag options doc

2008-12-05 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Added link in r67574. ___ Python tracker <[EMAIL PROTECTED]> ___ ___ Python-bugs-list mailing

[issue4441] Improve os open flag options doc

2008-12-05 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc <[EMAIL PROTECTED]> added the comment: http://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx is the documentation for the open() function of the Microsoft C Runtime, but I don't know how permanent this link will be. -- nosy: +amaury.forgeotdarc _

[issue4441] Improve os open flag options doc

2008-12-05 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Fixed in r67556. If a Windows guy can give me more specific directions where to find the equivalent options, I'll put it in. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAI

[issue4441] Improve os open flag options doc

2008-11-26 Thread Terry J. Reedy
New submission from Terry J. Reedy <[EMAIL PROTECTED]>: os module doc, File Descriptor Operations, at end. Suggestions: 1. Replace "The following data items are available for use in constructing the flags parameter to the open() function." with "The following data items are options for the flag