Issue 2673 in sympy: Improve the use2to3 script

2011-09-04 Thread sympy
Status: Accepted Owner: vlada.pe...@gmail.com CC: asmeurer Labels: Type-Defect Priority-Medium Python3 New issue 2673 by vlada.pe...@gmail.com: Improve the use2to3 script http://code.google.com/p/sympy/issues/detail?id=2673 The discussion around the pull request adding the script[1] mentioned

Re: Issue 2673 in sympy: Improve the use2to3 script

2011-10-05 Thread sympy
Comment #6 on issue 2673 by asmeurer: Improve the use2to3 script http://code.google.com/p/sympy/issues/detail?id=2673 An addition to the list, add a -v/--verbose option that displays the progress of the script. This should also add a --help option if you use the option parsing module. Wou

Re: Issue 2673 in sympy: Improve the use2to3 script

2011-10-06 Thread sympy
Comment #7 on issue 2673 by vlada.pe...@gmail.com: Improve the use2to3 script http://code.google.com/p/sympy/issues/detail?id=2673 Keep it like this for now. What kind of progress would you want to see? Currently, it shows a message for every file (either "refactored file ..." or "no chang

Re: Issue 2673 in sympy: Improve the use2to3 script

2011-10-10 Thread sympy
Comment #8 on issue 2673 by asmeurer: Improve the use2to3 script http://code.google.com/p/sympy/issues/detail?id=2673 Ah, I see now that it does do that. I don't know what was happening before (probably I was using sympy-bot, and it wasn't echoing it to the terminal). -- You received this me

Re: Issue 2673 in sympy: Improve the use2to3 script

2011-09-04 Thread sympy
Comment #1 on issue 2673 by vlada.pe...@gmail.com: Improve the use2to3 script http://code.google.com/p/sympy/issues/detail?id=2673 Ah right, see also the original discussion for the comment (now lost by rebasing) at [1]. Aaron suggests raising a better error message in 2.6 (where 2to3 fai

Re: Issue 2673 in sympy: Improve the use2to3 script

2011-09-04 Thread sympy
Comment #2 on issue 2673 by asmeurer: Improve the use2to3 script http://code.google.com/p/sympy/issues/detail?id=2673 Well, you could allow to turn the shebang changing on and off with a command line argument, and then it would just be a question of whether we should do it for the files that

Re: Issue 2673 in sympy: Improve the use2to3 script

2011-09-06 Thread sympy
Comment #3 on issue 2673 by asmeurer: Improve the use2to3 script http://code.google.com/p/sympy/issues/detail?id=2673 So I asked on the python-porting list about using python3 in shebang lines. See http://mail.python.org/pipermail/python-porting/2011-September/000231.html and in particula

Re: Issue 2673 in sympy: Improve the use2to3 script

2011-09-08 Thread sympy
Comment #4 on issue 2673 by asmeurer: Improve the use2to3 script http://code.google.com/p/sympy/issues/detail?id=2673 See also Python issue http://bugs.python.org/issue12942, which requests a shebang fixer for 2to3. -- You received this message because you are subscribed to the Google Groups

Re: Issue 2673 in sympy: Improve the use2to3 script

2011-09-10 Thread sympy
Comment #5 on issue 2673 by vlada.pe...@gmail.com: Improve the use2to3 script http://code.google.com/p/sympy/issues/detail?id=2673 Right, I agree now that we should change the shebang lines. I'm not really sure how to write a fixer but I'll try, maybe my work will be good enough for upstr

Re: Issue 2673 in sympy: Improve the use2to3 script to use "git ls-files"

2011-10-26 Thread sympy
Updates: Summary: Improve the use2to3 script to use "git ls-files" Comment #9 on issue 2673 by vlada.pe...@gmail.com: Improve the use2to3 script to use "git ls-files" http://code.google.com/p/sympy/issues/detail?id=2673 Ok, after PR 671 got in, the only thing left is to use git-ls for

Re: Issue 2673 in sympy: Improve the use2to3 script to use "git ls-files"

2011-11-21 Thread sympy
Updates: Labels: NeedsReview Comment #10 on issue 2673 by vlada.pe...@gmail.com: Improve the use2to3 script to use "git ls-files" http://code.google.com/p/sympy/issues/detail?id=2673 https://github.com/sympy/sympy/pull/726 -- You received this message because you are subscribed to th

Re: Issue 2673 in sympy: Improve the use2to3 script to use "git ls-files"

2012-06-22 Thread sympy
Updates: Status: Fixed Labels: -NeedsReview Comment #12 on issue 2673 by vlada.pe...@gmail.com: Improve the use2to3 script to use "git ls-files" http://code.google.com/p/sympy/issues/detail?id=2673 This was finally fixed in pull 1349, thanks to smichr's efforts to get it wor