On 9 October 2016 at 16:32, Kevin Bullock <kbullock+mercur...@ringworld.org>
wrote:

> > On Oct 9, 2016, at 16:16, Augie Fackler <r...@durin42.com> wrote:
> >
> > # HG changeset patch
> > # User Augie Fackler <au...@google.com>
> > # Date 1476019688 14400
> > #      Sun Oct 09 09:28:08 2016 -0400
> > # Node ID e6a69e778cb02cada23352df512b8580026640d9
> > # Parent  e89f400277d564c4a576ad8e4a6003a201993639
> > extensions: fix extension module hunting on Python 3
> >
> > importlib is a firm believer that paths are really strings, not
> > bytes. Fortunately we have os.fsdecode to help us with that.
>
> As I just discovered looking into our current py2.6 breakage on buildbot,
> importlib doesn't exist at all until 2.7.
>

Ick. Urg. Having to backport importlib to 2.6 may hurt.


> Also a question on this series: no test changes in test-check-py3-compat.t?
>

These are all found by running hg version; Pulkit's patch to add commands
to test-check-py3-compat.t should remedy this issue.


> pacem in terris / мир / शान्ति / ‎‫سَلاَم‬ / 平和
> Kevin R. Bullock
>
> _______________________________________________
> Mercurial-devel mailing list
> Mercurial-devel@mercurial-scm.org
> https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel
>



-- 
Martijn Pieters
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to