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

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


http://hg.python.org/cpython/rev/b57b6ff0da12
changeset:   85867:b57b6ff0da12
branch:      3.3
parent:      85858:e27c767b8d4f
parent:      85865:6a69fbe6e088
user:        Benjamin Peterson <benjamin at python.org>
date:        Sun Sep 29 14:56:10 2013 -0400
summary:
  merge heads

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