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 ba...@python.org 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

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 ba...@python.org, 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

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

2013-05-25 Thread Jakub Wilk
* Barry Warsaw ba...@python.org, 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:

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 discussion

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 ba...@python.org 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