Converted the pystarlib Utils.transpose() function to support all Python versions.
The 'fast transposing algorithm' is not compatible with Python 3, so a standard slow manual algorithm which supports all Python versions has been implemented.
Authored by: bugman 2012-10-09
Parent: [r194]
Child: [r196]