Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #28219
| From | Dennis Lee Bieber <wlfraed@ix.netcom.com> |
|---|---|
| Subject | Re: to know binary |
| Date | 2012-09-01 15:56 -0400 |
| Organization | > Bestiaria Support Staff < |
| References | <CA+YdQ_44L840OJ3H49wARV_sio67dmBtYzuyraHrRbdOA6urpQ@mail.gmail.com> <50418D4F.2010603@shopzeus.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.38.1346529388.27098.python-list@python.org> (permalink) |
On Sat, 01 Sep 2012 06:21:35 +0200, Laszlo Nagy <gandalf@shopzeus.com>
declaimed the following in gmane.comp.python.general:
> At offset zero (000000): chr(0x31) + chr(0x32)+ chr(0x33)+ chr(0x33)+
> chr(0x0a) = '1'+'2'+'3'+'4'+'.' = '1234.'
Well... actually the "." is a placeholder for an otherwise
non-printable character (printing the line-feed character would ruin the
layout of the dump listing)
The rest of your comments I agree with -- this is general
introduction to computing stuff crossed with operating system
utilities... Nothing to do with /programming/ in any language.
--
Wulfraed Dennis Lee Bieber AF6VN
wlfraed@ix.netcom.com HTTP://wlfraed.home.netcom.com/
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: to know binary Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2012-09-01 15:56 -0400
csiph-web