[Python-checkins] cpython: Closes issue #20728: Remove unused import added in rev 42366e293b7b and

terry.reedy python-checkins at python.org
Sun Mar 2 10:17:28 CET 2014


http://hg.python.org/cpython/rev/d3732760e3d6
changeset:   89460:d3732760e3d6
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Sun Mar 02 04:17:01 2014 -0500
summary:
  Closes issue #20728: Remove unused import added in rev 42366e293b7b and
noticed by Claudiu Popa.

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


diff --git a/Lib/base64.py b/Lib/base64.py
--- a/Lib/base64.py
+++ b/Lib/base64.py
@@ -9,7 +9,6 @@
 import re
 import struct
 import binascii
-import itertools
 
 
 __all__ = [

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


More information about the Python-checkins mailing list