[Python-checkins] cpython (merge 3.3 -> default): merge 3.3

benjamin.peterson python-checkins at python.org
Sun Sep 29 21:00:49 CEST 2013


http://hg.python.org/cpython/rev/135114c3abb3
changeset:   85868:135114c3abb3
parent:      85864:c865187aa14d
parent:      85867:b57b6ff0da12
user:        Benjamin Peterson <benjamin at python.org>
date:        Sun Sep 29 14:59:19 2013 -0400
summary:
  merge 3.3

files:
  Lib/venv/__init__.py |  7 -------
  1 files changed, 0 insertions(+), 7 deletions(-)


diff --git a/Lib/venv/__init__.py b/Lib/venv/__init__.py
--- a/Lib/venv/__init__.py
+++ b/Lib/venv/__init__.py
@@ -25,18 +25,11 @@
   --upgrade             Upgrade the environment directory to use this version
                         of Python, assuming Python has been upgraded in-place.
 """
-import base64
-import io
 import logging
 import os
-import os.path
 import shutil
 import sys
 import sysconfig
-try:
-    import threading
-except ImportError:
-    threading = None
 import types
 
 logger = logging.getLogger(__name__)

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list