Later versions of Python handle formats like '% 5u' differently. For
authorIan Romanick <idr@us.ibm.com>
Mon, 6 Mar 2006 18:31:50 +0000 (18:31 +0000)
committerIan Romanick <idr@us.ibm.com>
Mon, 6 Mar 2006 18:31:50 +0000 (18:31 +0000)
commit3bca4f679a411246306e7e141c562253cb5f4c2d
tree3861019f9e87f4054e976832db778a1fa0728e41
parent9d881ea718e3d9139ed9de7922d758978f650381
Later versions of Python handle formats like '% 5u' differently.  For
whatever reason, a space is always inserted.  That is not the desired
behavior.
src/mesa/glapi/glX_proto_send.py
src/mesa/glapi/gl_enums.py
src/mesa/glapi/gl_procs.py