Hi,

On Mon, Feb 19, 2018 at 07:04:57PM -0800, Daniel Kahn Gillmor wrote:
> On Wed 2018-02-14 16:28:37 -0500, Daniel Kahn Gillmor wrote:
> > On Wed 2018-02-14 01:15:17 +0900, Osamu Aoki wrote:
> >> YES #!/usr/bin/python2
> >>
> >> NO  #!/usr/bin/env python2
> >
> > Works for me, thanks!
> 
> It occurs to me that it might also be nice to adjust the dependency from
> python to python2.7 if we do make this change, as it would allow a local
> administrator who wants to experiment with this to "apt purge
> python-minimal" and manually install their own symlink to python3 at
> /usr/bin/python.

That's 
 
> Would you like me to send a patch?
> 
> Is there a plan to move getmail from alioth to salsa?  I'd be happy to
> help with that as well, if you're interested in that kind of help.
> 
>           --dkg

I moved getmail to salsa.  You are added as developer.

"python2.7" is an idea but that may prevent backporting.
Is it important as distribution to do this?
(Not all previous release had python2.7 for sure)

Please talk to other devs maintaining python packages.  

I tends to limit changes to the minimal friction path.  We do need to
backport for security fixes.  getmail usually just pushes newer upstream
release as security upload recently.  (Yes, this is not normal for
security but this is what happened.)

Please make such decision not by your preference but with consensus.

Having said this, I will let you have commit access.

YES #!/usr/bin/python2

This fix can be applied...

Regards,

Osamu

Reply via email to