On 4/23/07, Guido van Rossum <[EMAIL PROTECTED]> wrote: > On 4/23/07, Adam Olsen <[EMAIL PROTECTED]> wrote: > > I note there's 26 files > > marked executable and 50 with #!/usr/bin/env python, so there's quite > > a bit of prior art in the "old way". > > Where are these files? If they are directly in Lib, that's not a > problem. The PEP only addresses what happens if these are in a > subpackage (like test).
$ ls -l Lib/test/*.py | grep -c '^...x' 26 $ head -qn 1 Lib/test/*.py | grep -c /usr/bin/env 50 > > Besides correcting the stdlib, adding a warning when running a script > > from a dir with __init__.py would help change the momentum. > > Patch anyone? We could move regrtest out of the test package into Lib. -- Adam Olsen, aka Rhamphoryncus _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
