This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ezio.melotti
Recipients alexandre.vassalotti, ezio.melotti, georg.brandl
Date 2009-07-07.08:34:58
SpamBayes Score 1.6926627e-11
Marked as misclassified No
Message-id <1246955700.78.0.14140194029.issue6430@psf.upfronthosting.co.za>
In-reply-to
Content
The problem seems to affect Python 2 too. See also #1268.
In the online doc 'w' is not mentioned but a note about the size of 'u'
that changes depending on the build should be added too.
Also in the table in the Python 2 doc [1] the "Python Type" for
'unsigned int' and 'signed long' seem swapped [2].

[1]: http://docs.python.org/library/array.html
[2]: Modules/arraymodule.c under "/* Description of types */"
History
Date User Action Args
2009-07-07 08:35:00ezio.melottisetrecipients: + ezio.melotti, georg.brandl, alexandre.vassalotti
2009-07-07 08:35:00ezio.melottisetmessageid: <1246955700.78.0.14140194029.issue6430@psf.upfronthosting.co.za>
2009-07-07 08:34:58ezio.melottilinkissue6430 messages
2009-07-07 08:34:58ezio.melotticreate