Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #28200
| Path | csiph.com!usenet.pasdenom.info!dedibox.gegeweb.org!gegeweb.eu!nntpfeed.proxad.net!proxad.net!feeder1-2.proxad.net!usenet-fr.net!nerim.net!novso.com!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <rosuav@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.019 |
| X-Spam-Evidence | '*H*': 0.96; '*S*': 0.00; 'received:mail- vb0-f46.google.com': 0.09; 'sep': 0.09; 'url:faqs': 0.09; 'sat,': 0.15; '1234': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'unix-style': 0.16; 'url:catb': 0.16; 'url:~esr': 0.16; 'wrote:': 0.17; 'received:209.85.212.46': 0.18; 'question.': 0.20; 'this:': 0.23; 'header:In-Reply-To:1': 0.25; 'message- id:@mail.gmail.com': 0.27; 'received:209.85.212': 0.28; 'file': 0.32; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'open': 0.35; 'pm,': 0.35; 'received:209.85': 0.35; 'there': 0.35; 'explain': 0.36; 'url:org': 0.36; 'test': 0.36; 'uses': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'further': 0.61; 'explanations': 0.65; 'clearer': 0.84; 'subject:know': 0.91 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=8PwX9tVnhUZNlaSMux8IwNyJvAjdAb+cy2EMZbClq4g=; b=UNlJ7kVTjpV3VHC5A3liC6SntuIH3sYuFLu81FNFQRGji1KkmeXxPdOKcPAeEbmpqU MOKQmGLPllPoTWDZHmthqqvElNbArpRzht+t4bdR4yKheeT0qf+3q1bXYgroSguTQ3P8 WKu8vW5SvLT705gkJnwRjm3MmCB8LGawIoP/6DqsyFwQDbSBf9NEybEVouRs1d1hXH0V mwZzDRLTi/Eu1j1OdhSYVGfoem/8bJb+RKrtVZD27C4H/50H7h/o0eaBMq9Vye2L+fJU 1FukSG0iDhssk6DAnRd/fDhu98467sKQq3qptqU3vXB+AgsBE+pGDYIYbr+fCfjZtEBk 5HLA== |
| MIME-Version | 1.0 |
| In-Reply-To | <CA+YdQ_44L840OJ3H49wARV_sio67dmBtYzuyraHrRbdOA6urpQ@mail.gmail.com> |
| References | <CA+YdQ_44L840OJ3H49wARV_sio67dmBtYzuyraHrRbdOA6urpQ@mail.gmail.com> |
| Date | Sat, 1 Sep 2012 14:18:02 +1000 |
| Subject | Re: to know binary |
| From | Chris Angelico <rosuav@gmail.com> |
| To | python-list@python.org |
| Content-Type | text/plain; charset=ISO-8859-1 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.21.1346473086.27098.python-list@python.org> (permalink) |
| Lines | 19 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1346473086 news.xs4all.nl 6841 [2001:888:2000:d::a6]:54506 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:28200 |
Show key headers only | View raw
On Sat, Sep 1, 2012 at 2:15 PM, contro opinion <contropinion@gmail.com> wrote: > there is a only line in the file nanmed test: > 1234 > when i open it whit xxd > xxd test > what i get is : > 0000000: 3132 3334 0a 1234. > can you explain it ? I would explain it as a file with one line named test: 1234 I would further explain that this uses Unix-style line endings. Any further explanations will require a much clearer question. Try this: http://www.catb.org/~esr/faqs/smart-questions.html ChrisA
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: to know binary Chris Angelico <rosuav@gmail.com> - 2012-09-01 14:18 +1000
csiph-web