Dave Opstad wrote:
> In article <[EMAIL PROTECTED]>,
> "Erik Johnson" <[EMAIL PROTECTED]> wrote:
>
>> Barring anyone else disagreeing with classifying it as a bug, I would
>> suggest reporting it. Proper procedure for reporting a bug appears to be
>> covered in section B of the Python Library
In article <[EMAIL PROTECTED]>,
"Erik Johnson" <[EMAIL PROTECTED]> wrote:
> Barring anyone else disagreeing with classifying it as a bug, I would
> suggest reporting it. Proper procedure for reporting a bug appears to be
> covered in section B of the Python Library Reference:
> http://docs.py
In article <[EMAIL PROTECTED]>,
Larry Bates <[EMAIL PROTECTED]> wrote:
> 1) You can't put 10 into a half-word. The limit is 2**16
> or 65535. On Python 2.5 I get:
Yes, I know. I used that example to illustrate the problem. If a value
does not fit a format then Python should report that con
Erik Johnson wrote:
> "Dave Opstad" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
>> Is the lack of a struct.error when the byte-order mark is at the start
>> of the format intentional? This seems like a bug to me, but maybe
>> there's a subtlety here I'm not seeing.
>
> I am b
"Dave Opstad" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Is the lack of a struct.error when the byte-order mark is at the start
> of the format intentional? This seems like a bug to me, but maybe
> there's a subtlety here I'm not seeing.
I am by no means any sort of expert