[PATCH hglib] Drop support for python 2.4 and 2.5, as is core hg

Augie Fackler raf at durin42.com
Fri Apr 8 14:22:35 EDT 2016


> On Apr 7, 2016, at 17:41, Gregory Szorc <gregory.szorc at gmail.com> wrote:
> 
> We could benefit from context managers in hglib. As it stands today, it is relatively easy to forget to close the connection, leaving an orphaned process.

Can't we conform to the context manager API without requiring 2.6?

> Also, it would be nice to make hglib compatible with Python 3.5, which won't be possible as long as we support 2.4/2.5.

I thought we already supported 3.5 here thanks to Brett Cannon?

>  
> >
> > Axel
> >
> > >
> > >[1] Compare that to the Perl-based db-backed fulltext search engine I have
> > >running on my mail server that's been running unattended for about 18 years.
> > >--
> > >Mathematics is the supreme nostalgia of our time.
> > >
> >
> > _______________________________________________
> > Mercurial-devel mailing list
> > Mercurial-devel at mercurial-scm.org
> > https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel
> _______________________________________________
> Mercurial-devel mailing list
> Mercurial-devel at mercurial-scm.org
> https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel
> 
> 



More information about the Mercurial-devel mailing list