questions? wrote:

> Are there similar function to sprintf in C?

Meaning to print in a buffer? It's not necessary...

Remember that all the ways that prints on files, actually does not need
to print into *actual* files, but they can print into file-like objects
(see StringIO, or mmap, for example).

Regards,

-- 
.   Facundo
.
Blog: http://www.taniquetil.com.ar/plog/
PyAr: http://www.python.org/ar/


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to