Discussion:
[Python-3000-checkins] r65792 - in python/branches/py3k: Lib/io.py
brett.cannon
2008-08-18 00:39:30 UTC
Permalink
Author: brett.cannon
Date: Mon Aug 18 02:39:30 2008
New Revision: 65792

Log:
Merged revisions 65791 via svnmerge from
svn+ssh://pythondev at 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'.
........


Modified:
python/branches/py3k/ (props changed)
python/branches/py3k/Lib/io.py

Modified: python/branches/py3k/Lib/io.py
==============================================================================
--- python/branches/py3k/Lib/io.py (original)
+++ python/branches/py3k/Lib/io.py Mon Aug 18 02:39:30 2008
@@ -57,7 +57,6 @@

import os
import abc
-import sys
import codecs
import _fileio
# Import _thread instead of threading to reduce startup cost

Loading...