Message11849

Author jeff.allen
Recipients jeff.allen, pdina, zyasoft
Date 2018-03-23.20:04:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1521835481.88.0.467229070634.issue2169@psf.upfronthosting.co.za>
In-reply-to
Content
Not that easy. What should this do?

m = memoryview(bytearray("foobar"))
Arrays.sort(m[1::2])
History
Date User Action Args
2018-03-23 20:04:41jeff.allensetmessageid: <1521835481.88.0.467229070634.issue2169@psf.upfronthosting.co.za>
2018-03-23 20:04:41jeff.allensetrecipients: + jeff.allen, zyasoft, pdina
2018-03-23 20:04:41jeff.allenlinkissue2169 messages
2018-03-23 20:04:41jeff.allencreate