[Python-checkins] cpython (merge 3.5 -> 3.6): merge 3.5

benjamin.peterson python-checkins at python.org
Tue Dec 6 01:31:27 EST 2016


https://hg.python.org/cpython/rev/ab66423c3581
changeset:   105472:ab66423c3581
branch:      3.6
parent:      105467:5bdc8e1a50c8
parent:      105471:e3e7e9248f98
user:        Benjamin Peterson <benjamin at python.org>
date:        Mon Dec 05 22:31:12 2016 -0800
summary:
  merge 3.5

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


diff --git a/Lib/lib2to3/fixer_base.py b/Lib/lib2to3/fixer_base.py
--- a/Lib/lib2to3/fixer_base.py
+++ b/Lib/lib2to3/fixer_base.py
@@ -4,7 +4,6 @@
 """Base class for fixers (optional, but recommended)."""
 
 # Python imports
-import logging
 import itertools
 
 # Local imports

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


More information about the Python-checkins mailing list