[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Bug in string.unpack
- From: Francisco Olarte <folarte@...>
- Date: Fri, 13 Mar 2020 10:04:32 +0100
On Thu, Mar 12, 2020 at 8:55 PM cherue <cherue.lual@fastmail.com> wrote:
> I have two suggestions to clear this up for future users:
> - Error on a set sign bit in the "J" and "I8" conversion options
J => unsigned do not have sign bit, the point of using J is typically
to use the extra bit.
I8 => How do you propose to unpack negative numbers?
FOS.