Re: [Mesa-dev] [PATCH 13/41] glapi: replace deprecated has_key method in python

2016-04-19 Thread Ian Romanick
This patch is Reviewed-by: Ian Romanick On 03/31/2016 05:04 PM, Dylan Baker wrote: > This method (and it's sibling has_* methods) are deprecated in favor of > the 'item in container' syntax. There are countless advantages to this > for python, but for us this is necessary to get python 3 support

[Mesa-dev] [PATCH 13/41] glapi: replace deprecated has_key method in python

2016-03-31 Thread Dylan Baker
This method (and it's sibling has_* methods) are deprecated in favor of the 'item in container' syntax. There are countless advantages to this for python, but for us this is necessary to get python 3 support. Signed-off-by: Dylan Baker --- src/mapi/glapi/gen/glX_XML.py | 2 +- src/mapi