diff -r 2c703211e788 Lib/lib2to3/refactor.py --- a/Lib/lib2to3/refactor.py Sat Aug 23 19:29:58 2014 -0400 +++ b/Lib/lib2to3/refactor.py Sat Aug 23 20:12:34 2014 -0400 @@ -255,7 +255,7 @@ fixer = fix_class(self.options, self.fixer_log) if fixer.explicit and self.explicit is not True and \ fix_mod_path not in self.explicit: - self.log_message("Skipping implicit fixer: %s", fix_name) + self.log_message("Skipping optional fixer: %s", fix_name) continue self.log_debug("Adding transformation: %s", fix_name)