summaryrefslogtreecommitdiff
path: root/Python/pylifecycle.c
diff options
context:
space:
mode:
authorChristopher Head <chead@chead.ca>2019-04-12 08:50:41 -0700
committerBenjamin Peterson <benjamin@python.org>2019-04-12 08:50:40 -0700
commitb13552c4d7ce68fc9e61b5ade03cb5b951349c2b (patch)
treeb4365351f6ef3028c7f7468a096508c33ee240d4 /Python/pylifecycle.c
parentb015fc86f7b1f35283804bfee788cce0a5495df7 (diff)
downloadcpython-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