Explain what happens in reads past the end.

This commit is contained in:
Itamar Turner-Trauring 2021-09-27 15:09:24 -04:00
parent da937cef9e
commit c740da4acd

View File

@ -625,6 +625,9 @@ For example::
}
}
A test vector or read vector that read beyond the boundaries of existing data will return nothing for any bytes past the end.
As a result, if there is no data at all, an empty bytestring is returned no matter what the offset or length.
Reading
~~~~~~~