[PATCH 4 of 4] py3: fix a syntax error in concurrent.futures._base

Gregory Szorc gregory.szorc at gmail.com
Thu Sep 13 19:11:56 EDT 2018


On Thu, Sep 13, 2018 at 3:52 PM Yuya Nishihara <yuya at tcha.org> wrote:

> On Thu, 13 Sep 2018 17:44:16 -0400, Matt Harbison wrote:
> > # HG changeset patch
> > # User Matt Harbison <matt_harbison at yahoo.com>
> > # Date 1536874569 14400
> > #      Thu Sep 13 17:36:09 2018 -0400
> > # Node ID 21b7873d62322737c5850d07162fe8fdaf98fbf5
> > # Parent  9fa7b40298e9759ae76b9272a26dda00aa3b9a6e
> > py3: fix a syntax error in concurrent.futures._base
>
> Queued the first three, thanks.
>
> This is vendored code, and unused on Python 3. It's probably better not
> touching.
>

Correct. This package should not be imported on Python 3. If it is, then
that's a bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.mercurial-scm.org/pipermail/mercurial-devel/attachments/20180913/5902fa21/attachment.html>


More information about the Mercurial-devel mailing list