mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
This was added in the add of `_io`, isn't used since bpo-21859 when a
`_pyio` implementation was added which defines `FileIO` lower down in
the file.
(cherry picked from commit 0a68068bd2)
Co-authored-by: Cody Maloney <cmaloney@users.noreply.github.com>
2 lines
116 B
ReStructuredText
2 lines
116 B
ReStructuredText
Remove import of C implementation of :class:`io.FileIO` from Python
|
|
implementation which has its own implementation
|