Message6355

Author lukas
Recipients lukas
Date 2011-01-26.16:22:22
SpamBayes Score 0.00045275356
Marked as misclassified No
Message-id <1296058943.03.0.0813855341069.issue1702@psf.upfronthosting.co.za>
In-reply-to
Content
Added patch for sys.byteorder and struct.
The changes in PyArray.java are a bit more involved. Probably LittleEndianDataInputStream/OutputStream from guava v8 could be used.

Otherwise, the documentation regarding jython and byteorder should be updated (i.e. that it is fixed to 'big')
History
Date User Action Args
2011-01-26 16:22:23lukassetmessageid: <1296058943.03.0.0813855341069.issue1702@psf.upfronthosting.co.za>
2011-01-26 16:22:23lukassetrecipients: + lukas
2011-01-26 16:22:22lukaslinkissue1702 messages
2011-01-26 16:22:22lukascreate