Re: pyflakes and Python 3 scripts (was Re: PyCon 2013 -- tentative title/abstract/outline -- feedback plz)

2013-05-28 Thread Barry Warsaw
On May 26, 2013, at 12:13 AM, Jakub Wilk wrote: >* Barry Warsaw , 2013-05-24, 16:12: Replace the driver (Python) scripts with a shell script >>>Eww! :( >>Can you elaborate on what you don't like about that? I'd like to at >least >>accurately understand your objections. > >I want Python scrip

Re: pyflakes and Python 3 scripts (was Re: PyCon 2013 -- tentative title/abstract/outline -- feedback plz)

2013-05-28 Thread Barry Warsaw
On May 25, 2013, at 01:52 AM, Dmitrijs Ledkovs wrote: >On 24 May 2013 20:40, Barry Warsaw wrote: >> On May 24, 2013, at 02:55 PM, Barry Warsaw wrote: >> >> py3flakes - What I don't like about that is that it's harder to locate(1). >> > >I like pyflakes3, but better yet I'd prefer: >python3 -m fla

Re: pyflakes and Python 3 scripts (was Re: PyCon 2013 -- tentative title/abstract/outline -- feedback plz)

2013-05-25 Thread Jakub Wilk
* Barry Warsaw , 2013-05-24, 16:12: Replace the driver (Python) scripts with a shell script Eww! :( Can you elaborate on what you don't like about that? I'd like to at least accurately understand your objections. I want Python scripts to remain Python scripts, so that I can: - run then with

Re: pyflakes and Python 3 scripts (was Re: PyCon 2013 -- tentative title/abstract/outline -- feedback plz)

2013-05-24 Thread Dmitrijs Ledkovs
On 24 May 2013 20:40, Barry Warsaw wrote: > On May 24, 2013, at 02:55 PM, Barry Warsaw wrote: > > py3flakes - What I don't like about that is that it's harder to locate(1). > I like pyflakes3, but better yet I'd prefer: python3 -m flakes similar to how compileall / unittest / et al work. Regard

Re: pyflakes and Python 3 scripts (was Re: PyCon 2013 -- tentative title/abstract/outline -- feedback plz)

2013-05-24 Thread Barry Warsaw
On May 24, 2013, at 10:02 PM, Jakub Wilk wrote: >My answer normally would be "ask upstream what is their preference". Although >in this case the plan didn't work out: >https://bugs.launchpad.net/pyflakes/+bug/1132892 Either upstream doesn't >care; or they do, but they're annoyed with the discussio

Re: pyflakes and Python 3 scripts (was Re: PyCon 2013 -- tentative title/abstract/outline -- feedback plz)

2013-05-24 Thread Jakub Wilk
* Barry Warsaw , 2013-05-24, 15:40: Here's a question though, and it comes up again and again in different contexts (e.g. nosetests). I guess we should have a /usr/bin/pyflakes and /usr/bin/pyflakes3, yeah? My answer normally would be "ask upstream what is their preference". Although in this

pyflakes and Python 3 scripts (was Re: PyCon 2013 -- tentative title/abstract/outline -- feedback plz)

2013-05-24 Thread Barry Warsaw
On May 24, 2013, at 02:55 PM, Barry Warsaw wrote: >I'm working on updating svn to 0.7.2 and adding Python 3 support. I'll ask >for a review once I get something working locally. r9670 >Here's a question though, and it comes up again and again in different >contexts (e.g. nosetests). I guess we