mirror of
https://github.com/python/cpython.git
synced 2025-12-10 19:10:59 +00:00
Remove two unneeded imports in 'io'.
This commit is contained in:
parent
25c9d6aa00
commit
46225e77fa
2 changed files with 2 additions and 2 deletions
|
|
@ -59,10 +59,8 @@ __all__ = ["BlockingIOError", "open", "IOBase", "RawIOBase", "FileIO",
|
|||
|
||||
import os
|
||||
import abc
|
||||
import sys
|
||||
import codecs
|
||||
import _fileio
|
||||
import warnings
|
||||
import threading
|
||||
|
||||
# open() uses st_blksize whenever we can
|
||||
|
|
|
|||
|
|
@ -48,6 +48,8 @@ Core and Builtins
|
|||
Library
|
||||
-------
|
||||
|
||||
- Remove unneeded imports of 'sys' and 'warnings' from 'io'.
|
||||
|
||||
- Remove unneeded imports of 'warnings' from shelve, filecmp, and dummy_thread.
|
||||
|
||||
- Issue #3575: Incremental decoder's decode function now takes bytearray
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue