re-sort io classes into _io (#12755)

This version keeps it simple and clean: No changes to class bodies.
The only changes here are moving between files and updating the
naming and inheritance.

Related to #3968 and split from #12740.
This commit is contained in:
Stephen Morton
2024-10-08 21:32:10 -07:00
committed by GitHub
parent 3e29e05e4a
commit 2b1c7d55b9
4 changed files with 247 additions and 206 deletions

View File

@@ -60,6 +60,17 @@ io.FileIO.seek
io.StringIO.seek
io.StringIO.truncate
io.TextIOWrapper.truncate
_io.BufferedRandom.truncate
_io.BufferedReader.seek
_io.BufferedReader.truncate
_io.BufferedWriter.seek
_io.BufferedWriter.truncate
_io.BytesIO.readlines
_io.BytesIO.seek # Parameter name for a positional-only param differs from its name in the inherited method
_io.FileIO.seek
_io.StringIO.seek
_io.StringIO.truncate
_io.TextIOWrapper.truncate
ipaddress.IPv4Interface.hostmask
ipaddress.IPv6Interface.hostmask
ipaddress._BaseNetwork.broadcast_address