[issue17418] Documentation for os.open and io.open

2013-03-16 Thread Gurmeet Singh
Gurmeet Singh added the comment: The issue with buffering problem mentioned in my previous comment has been raised as issue 17440. However, I need to apologize again! The statement that buffering is not implemented at all was incorrect - instead read1() was not implemented. See the mentioned

[issue17418] Documentation for os.open and io.open

2013-03-16 Thread Gurmeet Singh
Gurmeet Singh added the comment: Please read the comment completely. For the first point ___ I apologize that there was no mistake in binary mode and I have read it hastily. There is no ambiguity in the binary mode as you said. Reading hastily, I felt '...(only usable in text

[issue17418] Documentation for os.open and io.open

2013-03-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset f334a0009586 by Terry Jan Reedy in branch '2.7': Issue #17418: specify that buffer sizes are bytes. http://hg.python.org/cpython/rev/f334a0009586 New changeset a9d54ba2370b by Terry Jan Reedy in branch '3.2': Issue #17418: specify that buffer sizes

[issue17418] Documentation for os.open and io.open

2013-03-15 Thread Terry J. Reedy
Terry J. Reedy added the comment: This is really two issues: io.open: Your statement about *buffering* not correct is not helpful. Quote the sentence you think is wrong. I am guessing it is Pass ... an integer 1 to indicate the size of a fixed-size chunk buffer. Then quote some code from the