Kaydet (Commit) f0a39af1 authored tarafından Brett Cannon's avatar Brett Cannon

Merged revisions 65791 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/trunk

........
  r65791 | brett.cannon | 2008-08-17 17:36:52 -0700 (Sun, 17 Aug 2008) | 2 lines

  Remove two unneeded imports in 'io'.
........
üst b5ebf27b
...@@ -57,7 +57,6 @@ __all__ = ["BlockingIOError", "open", "IOBase", "RawIOBase", "FileIO", ...@@ -57,7 +57,6 @@ __all__ = ["BlockingIOError", "open", "IOBase", "RawIOBase", "FileIO",
import os import os
import abc import abc
import sys
import codecs import codecs
import _fileio import _fileio
# Import _thread instead of threading to reduce startup cost # Import _thread instead of threading to reduce startup cost
......
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