This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gsingh
Recipients docs@python, gsingh
Date 2013-03-14.15:02:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363273361.29.0.0702686905061.issue17418@psf.upfronthosting.co.za>
In-reply-to
Content
Incompletely explained documentation at 2 places:

1. http://docs.python.org/3/library/functions.html#open

The buffering argument is not correctly explained when setting to a positive argument in binary mode.

2. http://docs.python.org/3/library/os.html#os.open

It is not very clear where to find descriptions of the arguments of this function. Where to find the required information and where to find C run-time documentation could be explained in following preferably:
(Python/C API Reference Manual) http://docs.python.org/3/c-api/index.html and / or 
(The Python Standard Library) http://docs.python.org/3/library and  / or 
(Python Runtime Services) http://docs.python.org/3/library/python.html 

A hyperlink may be added if so felt.
History
Date User Action Args
2013-03-14 15:02:41gsinghsetrecipients: + gsingh, docs@python
2013-03-14 15:02:41gsinghsetmessageid: <1363273361.29.0.0702686905061.issue17418@psf.upfronthosting.co.za>
2013-03-14 15:02:41gsinghlinkissue17418 messages
2013-03-14 15:02:41gsinghcreate