[issue22064] Misleading message from 2to3 when skipping optional fixers

2015-05-13 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the patch, Vinod. -- nosy: +berker.peksag resolution: -> fixed stage: needs patch -> resolved status: open -> closed versions: +Python 2.7, Python 3.4, Python 3.5 ___ Python tracker

[issue22064] Misleading message from 2to3 when skipping optional fixers

2015-05-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset f6e297e698ff by Berker Peksag in branch '2.7': Issue #22064: Improve the misleading message from 2to3 when skipping optional fixers. https://hg.python.org/cpython/rev/f6e297e698ff -- ___ Python tracker

[issue22064] Misleading message from 2to3 when skipping optional fixers

2015-05-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset 571c82d8f4c9 by Berker Peksag in branch '3.4': Issue #22064: Improve the misleading message from 2to3 when skipping optional fixers. https://hg.python.org/cpython/rev/571c82d8f4c9 New changeset 11fefeb7e941 by Berker Peksag in branch 'default': Iss

[issue22064] Misleading message from 2to3 when skipping optional fixers

2014-08-23 Thread Vinod Kurup
Vinod Kurup added the comment: Patch attached to make the change that ncoghlan suggested. -- keywords: +patch nosy: +Vinod.Kurup Added file: http://bugs.python.org/file36448/mywork.patch ___ Python tracker

[issue22064] Misleading message from 2to3 when skipping optional fixers

2014-07-24 Thread Nick Coghlan
New submission from Nick Coghlan: >From >https://stackoverflow.com/questions/5499897/converting-selenium-py-to-python-3-by-2to3, > 2to3 prints the following messages when run: === RefactoringTool: Skipping implicit fixer: buffer RefactoringTool: Skipping implicit fixer: idioms Refac