[Python-ideas] Migration of /usr/bin/python to python3
Ethan Furman
ethan at stoneleaf.us
Wed Mar 11 22:19:06 CET 2015
On 03/11/2015 01:38 PM, M.-A. Lemburg wrote:
> On 11.03.2015 21:03, David Mertz wrote:
> I think the migration should start with modifying scripts to use
>
> #!/usr/bin/env python2
>
> when they are Python 2 only (*) and
>
> #!/usr/bin/env python3
>
> when they are Python 3 only and
>
> #!/usr/bin/env python
>
> only when they support both Python 2 and 3.
+1
--
~Ethan~
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: OpenPGP digital signature
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20150311/c70b9ddb/attachment.sig>
More information about the Python-ideas
mailing list