[issue23913] error in some byte sizes of docs in array module

2015-04-11 Thread R. David Murray
Changes by R. David Murray : -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Python

[issue23913] error in some byte sizes of docs in array module

2015-04-11 Thread Stefan Behnel
Stefan Behnel added the comment: As noted below the table, the exact size is platform specific, so the current documentation is correct in stating a "minimum size in bytes" of "2" for int. https://en.wikipedia.org/wiki/C_data_types IMHO, close as "not a bug" as it works as documented. ---

[issue23913] error in some byte sizes of docs in array module

2015-04-11 Thread Boyd Blackwell
New submission from Boyd Blackwell: See 8.6. array — Efficient arrays of numeric values¶ I think these two table entries should list 4 instead of 2, at least for 64 python. The error is currently in 2.710rc0, but also in previous versions. also in 3.4.3, presumably some previous versions it mig