commit | c9813d83f78c1eed12aebc286d6df0e9a5d90d04 | [log] [tgz] |
---|---|---|
author | Martin Panter <vadmium+py@gmail.com> | Fri Jun 03 05:59:20 2016 +0000 |
committer | Martin Panter <vadmium+py@gmail.com> | Fri Jun 03 05:59:20 2016 +0000 |
tree | ad5967e5bcc619be26198efbf78502578e5da615 | |
parent | 9aabaccb7632a35da37b3d9c58b6ee0aab3ac547 [diff] |
Issue #20699: Document that “io” methods should accept memoryview This matches the usage by BufferedReader, BufferedWriter, etc. Also document and test that the write() methods should only access their argument before they return.