Re: [Numpy-discussion] snprintf vs PyOS_snprintf

2008-07-13 Thread Travis E. Oliphant
Robert Kern wrote:
 On Sat, Jul 12, 2008 at 13:11, Charles R Harris
 [EMAIL PROTECTED] wrote:
   
 Numpy uses a mix of snprintf and PyOS_snprintf. The Python version is there
 because snprintf wasn't part of the standard until C99. So either we should
 stick to the python version or make the decision that we only support
 compilers with a working snprintf. Which way should we go?
 

 PyOS_snprintf

   
+1


___
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion


Re: [Numpy-discussion] snprintf vs PyOS_snprintf

2008-07-12 Thread Robert Kern
On Sat, Jul 12, 2008 at 13:11, Charles R Harris
[EMAIL PROTECTED] wrote:
 Numpy uses a mix of snprintf and PyOS_snprintf. The Python version is there
 because snprintf wasn't part of the standard until C99. So either we should
 stick to the python version or make the decision that we only support
 compilers with a working snprintf. Which way should we go?

PyOS_snprintf

-- 
Robert Kern

I have come to believe that the whole world is an enigma, a harmless
enigma that is made terrible by our own mad attempt to interpret it as
though it had an underlying truth.
 -- Umberto Eco
___
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion