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.
C
Christopher Head committed
b13552c4d7ce68fc9e61b5ade03cb5b951349c2b
Parent: b015fc8
Committed by Benjamin Peterson <benjamin@python.org>
on 4/12/2019, 3:50:40 PM