[PATCH 03 of 13] Initial attempt to update the 'buffer' calls with 'memoryview' on Py3k

Dirkjan Ochtman dirkjan at ochtman.nl
Thu Aug 6 01:52:54 CDT 2009


On Wed, Aug 5, 2009 at 22:55, Alejandro Santos<alejolp at alejolp.com> wrote:
> # HG changeset patch
> # User Alejandro Santos <alejolp at alejolp.com>
> # Date 1249486789 10800
> # Node ID 34f746c2c5229c19a3adf7a475b34f9ddafa1772
> # Parent  0980e0b497e4f788d31504f78583db3835b6c047
> Initial attempt to update the 'buffer' calls with 'memoryview' on Py3k.

I think you should merge this and patch 2 to a single changeset (use
qfold). It doesn't make much sense to put buffer in the compat modules
until you introduce these changes, it also doesn't make much sense to
introduce (empty) compat modules, so you should combine them.

Cheers,

Dirkjan



More information about the Mercurial-devel mailing list