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

benjamin.peterson python-checkins at python.org
Sat Feb 4 01:09:45 CET 2012


http://hg.python.org/cpython/rev/0b9799f8b4cb
changeset:   74750:0b9799f8b4cb
parent:      74747:ff230e366610
parent:      74749:9eb5fec8674b
user:        Benjamin Peterson <benjamin at python.org>
date:        Fri Feb 03 19:09:38 2012 -0500
summary:
  merge 3.2

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


diff --git a/Lib/threading.py b/Lib/threading.py
--- a/Lib/threading.py
+++ b/Lib/threading.py
@@ -5,7 +5,6 @@
 
 from time import time as _time, sleep as _sleep
 from traceback import format_exc as _format_exc
-from collections import deque
 from _weakrefset import WeakSet
 
 # Note regarding PEP 8 compliant names

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


More information about the Python-checkins mailing list