[PATCH] hgweb: fix the MRO in Python 3

Martijn Pieters mj at zopatista.com
Fri Oct 21 09:11:43 EDT 2016


On 21 Oct 2016, at 14:08, timeless <timeless at gmail.com> wrote:
> Is there a checkcode test for this?

No, but tests simply fail when you make this mistake. In this *specific case* that was only visible in the Python 3 tests because the base classes used in Python 2 were old-style classes, so in *Python 2* the base class order happened to be legal.

Martijn
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 204 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://www.mercurial-scm.org/pipermail/mercurial-devel/attachments/20161021/1cee9442/attachment.sig>


More information about the Mercurial-devel mailing list