We've got a cross-platform application written in python, using PyObjC and Cocoa on Mac OS X and PythonCard and wxPython on Windows. We use array.array to format some of the stuff that we save in files, and so need to use array.byteswap() to massage the data so we can read it. In the documentation at http://python.org/doc/current/lib/module-array.html, it states that byteswap is only supported for "values which are 1, 2, 4, or 8 bytes in size," yet all of the types listed in the table at the top of the page ARE one of those sizes. Is this a "future compatibility" issue or something? Do I need to check that the type code is one of those listed or can I assume that byteswap() is going to work since all of the types are permitted? Thanks, Bob
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4