Re: Python 3.0 will be backward incompatible

2008-02-04 Thread John Gilmore
> #!/usr/bin/python2.5 works for me. Works on the OLPC and on some Linuxes. Not everybody puts Python in /usr/bin, unfortunately. That's a local system dependency, rather than a global constant -- but there it is in your portable Python program. :-( I've seen others do "#!env python2.5" which

Re: Python 3.0 will be backward incompatible

2008-02-04 Thread C. Scott Ananian
On Feb 3, 2008 10:51 PM, John Gilmore <[EMAIL PROTECTED]> wrote: > code. And perhaps Python facilities for specifying what version of > the interpreter your code expects (and getting such an interpreter to > execute it, regardless of which interpreter version is the default > called "python") will