Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #105593 > unrolled thread

Re: Bug in python34 package struct

Started byChris Angelico <rosuav@gmail.com>
First post2016-03-24 20:04 +1100
Last post2016-03-24 20:04 +1100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Bug in python34 package struct Chris Angelico <rosuav@gmail.com> - 2016-03-24 20:04 +1100

#105593 — Re: Bug in python34 package struct

FromChris Angelico <rosuav@gmail.com>
Date2016-03-24 20:04 +1100
SubjectRe: Bug in python34 package struct
Message-ID<mailman.84.1458810294.2244.python-list@python.org>
On Thu, Mar 24, 2016 at 7:17 PM, Rudi Lopez Lopez <rlopezsr@gmail.com> wrote:
> from struct import pack
>
> print(hex(126))
> print(pack('>H',126))

Explain the bug?

ChrisA

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web