io.IOBase
docs often talk about byte offsets, but the same classes are used for string io
types which use character offsets
#122299
Labels
docs
Documentation in the Doc dir
The
io.IOBase
docs often talk about byte offsets, but the same classes often act as base classes for the stringio
types, which use character offsets.PR fixing one such issue: https://github.com/python/cpython/pull/121421/files
Linked PRs
The text was updated successfully, but these errors were encountered: