On 01/07/2015 11:10 AM, Demian Brecht wrote:
> On 2015-01-07 11:07 AM, Ethan Furman wrote:
>>
>> I found this:
>>
>> PyObject *
>> PyBytes_FromFormat(const char *format, ...)
>> {
>>
>> Can someone enlighten me on what the '...' means?
>
> It denotes a variadic function:
> http://www.gnu.or
It denotes a variadic function:
http://www.gnu.org/software/libc/manual/html_node/Variadic-Functions.html.
On 2015-01-07 11:07 AM, Ethan Furman wrote:
> I found this:
>
> PyObject *
> PyBytes_FromFormat(const char *format, ...)
> {
>
> Can someone enlighten me on what the '...' means?
>
>
I found this:
PyObject *
PyBytes_FromFormat(const char *format, ...)
{
Can someone enlighten me on what the '...' means?
--
~Ethan~
signature.asc
Description: OpenPGP digital signature
___
Python-Dev mailing list
Python-Dev@python.org
https://