[Python-3000-checkins] r65792 - in python/branches/py3k: Lib/io.py
brett.cannon
python-3000-checkins at python.org
Mon Aug 18 02:39:30 CEST 2008
Author: brett.cannon
Date: Mon Aug 18 02:39:30 2008
New Revision: 65792
Log:
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'.
........
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
More information about the Python-3000-checkins
mailing list