Mailing List Archive

Brian Hooper's patch to add u & u# to Py_BuildValue
Brian Hooper submitted a patch to add U and U# to the format strings
for Py_BuildValue(), and there were comments that indicated u and u#
would be better. He's submitted a documentation update for this as
well the implementation.
If there are no objections, I'll incorporate these changes.


-Fred

--
Fred L. Drake, Jr. <fdrake at acm.org>
Corporation for National Research Initiatives
Re: Brian Hooper's patch to add u & u# to Py_BuildValue [ In reply to ]
> Brian Hooper submitted a patch to add U and U# to the format strings
> for Py_BuildValue(), and there were comments that indicated u and u#
> would be better. He's submitted a documentation update for this as
> well the implementation.
> If there are no objections, I'll incorporate these changes.

Please go ahead, changing U/U# to u/u#.

--Guido van Rossum (home page: http://www.python.org/~guido/)