[Numpy-svn] r3559 - trunk/numpy/doc

numpy-svn at scipy.org numpy-svn at scipy.org
Tue Feb 27 23:32:33 EST 2007


Author: oliphant
Date: 2007-02-27 22:32:25 -0600 (Tue, 27 Feb 2007)
New Revision: 3559

Modified:
   trunk/numpy/doc/pep_buffer.txt
Log:
Changes to pep.

Modified: trunk/numpy/doc/pep_buffer.txt
===================================================================
--- trunk/numpy/doc/pep_buffer.txt	2007-02-28 04:13:31 UTC (rev 3558)
+++ trunk/numpy/doc/pep_buffer.txt	2007-02-28 04:32:25 UTC (rev 3559)
@@ -225,12 +225,10 @@
 
    Character         Description
    =============================================================
-   '1'               bit (number before states how many bits)
-   't'               platform _Bool type if available
+   't'               bit (number before states how many bits)
+   '?'               platform _Bool type
    'g'               long double  
-   'F'               complex float  
-   'D'               complex double 
-   'G'               complex long double 
+   'Z'               complex (whatever the next specifier is)
    'c'               ucs-1 (latin-1) encoding 
    'u'               ucs-2 
    'w'               ucs-4 
@@ -271,7 +269,7 @@
    float                     
       'f'
    complex double
-      'F' or 'ff'
+      'zd'
    RGB Pixel data
       'BBB' or 'B:r: B:g: B:b:'
    Mixed endian (weird but possible)




More information about the Numpy-svn mailing list