gh-83926: BlockingIOError characters_written is byte count (GH-141215)
(cherry picked from commit
e12c744b0a9322186146a90a5d2283d9a1049d31)
Co-authored-by: Cody Maloney <cmaloney@users.noreply.github.com>
.. attribute:: characters_written
- An integer containing the number of characters written to the stream
- before it blocked. This attribute is available when using the
+ An integer containing the number of **bytes** written to the stream
+ before it blocked. This attribute is available when using the
buffered I/O classes from the :mod:`io` module.
.. exception:: ChildProcessError