Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #105593 > unrolled thread
| Started by | Chris Angelico <rosuav@gmail.com> |
|---|---|
| First post | 2016-03-24 20:04 +1100 |
| Last post | 2016-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.
Re: Bug in python34 package struct Chris Angelico <rosuav@gmail.com> - 2016-03-24 20:04 +1100
| From | Chris Angelico <rosuav@gmail.com> |
|---|---|
| Date | 2016-03-24 20:04 +1100 |
| Subject | Re: 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
Back to top | Article view | comp.lang.python
csiph-web