ITHLEY" , "Gluster Devel"
>
> Sent: Tuesday, January 19, 2016 11:19:50 AM
> Subject: Re: [Gluster-devel] Python 3 is coming!
>
> Python 2 and 3 can co exists. If Python 3 used by default, then we may
> have to change the script heading from `#!/usr/bin/python` to
Python 2 and 3 can co exists. If Python 3 used by default, then we may
have to change the script heading from `#!/usr/bin/python` to
`#!/usr/bin/env python2`.
We need to modify the code where python command is used to call python
script.
For example, `PYTHON GSYNCD` to `PYTHON2 GSYNCD`
regar
Python 3.5 is approved for Fedora 24[1], which is scheduled to ship in
May[2]
We have several places in the source where Python 2 is an explicit
requirement.
Do we want to rethink the hard requirement for Python 2? I suspect we
should.
[1]https://fedoraproject.org/wiki/Releases/24/ChangeSet
[