diff options
author | Christopher Head <chead@chead.ca> | 2019-04-12 08:50:41 -0700 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2019-04-12 08:50:40 -0700 |
commit | b13552c4d7ce68fc9e61b5ade03cb5b951349c2b (patch) | |
tree | b4365351f6ef3028c7f7468a096508c33ee240d4 /Python/pylifecycle.c | |
parent | b015fc86f7b1f35283804bfee788cce0a5495df7 (diff) | |
download | cpython-git-b13552c4d7ce68fc9e61b5ade03cb5b951349c2b.tar.gz |
Indicate that seek and tell are mandatory on BufferedRandom. (GH-11216)
For BufferedReader and BufferedWriter, seek and tell operations are
optional (they may or may not exist based on the underlying stream). For
BufferedRandom, they are mandatory: a BufferedRandom should not be
constructed over an unseekable underlying stream. Document this.
Diffstat (limited to 'Python/pylifecycle.c')
0 files changed, 0 insertions, 0 deletions