Commit 46225e77 authored by Brett Cannon's avatar Brett Cannon

Remove two unneeded imports in 'io'.

parent 25c9d6aa
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment