[issue11440] fix_callable should be dropped from lib2to3 / changed

2016-01-09 Thread SilentGhost
Changes by SilentGhost : -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Python-b

[issue11440] fix_callable should be dropped from lib2to3 / changed

2011-10-27 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +eric.araujo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue11440] fix_callable should be dropped from lib2to3 / changed

2011-10-25 Thread Ezio Melotti
Ezio Melotti added the comment: Benjamin added a note in d9571fb37269. I agree with Florent though, if the fixer is disabled by default and people are using 3.1 they will see the error and enable it. If they aren't 2to3 will correctly leave callable(). -- _

[issue11440] fix_callable should be dropped from lib2to3 / changed

2011-10-24 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.py

[issue11440] fix_callable should be dropped from lib2to3 / changed

2011-10-24 Thread Florent Xicluna
Florent Xicluna added the comment: The decision should be left to the user. IMHO, we could disable this automatic fixer. -- ___ Python tracker ___ __

[issue11440] fix_callable should be dropped from lib2to3 / changed

2011-10-24 Thread Florent Xicluna
Changes by Florent Xicluna : -- nosy: +flox type: -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue11440] fix_callable should be dropped from lib2to3 / changed

2011-03-08 Thread Benjamin Peterson
Benjamin Peterson added the comment: Someone should probably ask python-dev. callable, of course, doesn't work in 3.1. -- ___ Python tracker ___ ___

[issue11440] fix_callable should be dropped from lib2to3 / changed

2011-03-08 Thread Terry J. Reedy
Terry J. Reedy added the comment: I suspect that this will not be the last time that a fix is version dependent. I think that the 2to3 distributed with 3.x should fix to 3.x. Otherwise, the fix would have to do an 'if version...' dance. (Perhaps the version distributed with 2.7 should do *tha

[issue11440] fix_callable should be dropped from lib2to3 / changed

2011-03-08 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- nosy: +benjamin.peterson ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://

[issue11440] fix_callable should be dropped from lib2to3 / changed

2011-03-08 Thread SilentGhost
New submission from SilentGhost : Since the callable return in 3.2, should the fix_callable be dropped from lib2to3 or should it be adjusted to make distinction between 3.1 and 3.2 situation? I'm not sure if latter is possible. -- components: 2to3 (2.x to 3.0 conversion tool) messages: