Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #44446
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.mixmin.net!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!newsfeed.eweka.nl!eweka.nl!feeder3.eweka.nl!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <fabiosantosart@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.011 |
| X-Spam-Evidence | '*H*': 0.98; '*S*': 0.00; 'subject:module': 0.09; 'subject:using': 0.09; "system's": 0.09; 'windows,': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; 'subject:File': 0.16; 'subject:issue': 0.16; 'wrote:': 0.18; 'email addr:gmail.com>': 0.22; 'shell': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; '>': 0.26; 'header:In-Reply- To:1': 0.27; 'thus': 0.29; 'message-id:@mail.gmail.com': 0.30; 'url:mailman': 0.30; 'faster,': 0.31; 'yes.': 0.31; 'url:python': 0.33; 'could': 0.34; 'received:google.com': 0.35; 'version': 0.36; 'url:listinfo': 0.36; 'url:org': 0.36; 'should': 0.36; 'operating': 0.37; 'url:mail': 0.40; 'even': 0.60; 'to:addr:gmail.com': 0.65; '2013': 0.98 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=348mHyCmq9FVQ1a1Feei8yySLSFQAcxtcB/ytPy7k5s=; b=LQudZbN0bbnlN1BRaZO/MdPhL/hrgvjm83i1XgWZcXIzywssRss21h9RwQQWi/dj51 Sny01Q9978QzjwpxjrS8m/X+aPVILgiJBca8RsjIYh+DkJMh/7n6CJN3vykXy6bV74F6 9rdJJowG7Lrrpnnn7/w/4Nj5Q3BB62zGaE75sXvwpVlMa9+M6y1jZdc+p9M/8dZeR/uZ IcsJSocgHV91A0EGhXPdygRAk88bwRLHjxnSk6r+V+4NHqwaB99VlrOI5kqSLyfIezIW b0noId2s9uCY15BG8EXq+22sDPJky10KWvIlnR/5AKgVCkoUK1Rm4UYBXjw6HRTUoLVa voaQ== |
| MIME-Version | 1.0 |
| X-Received | by 10.229.135.10 with SMTP id l10mr14824378qct.82.1367062848663; Sat, 27 Apr 2013 04:40:48 -0700 (PDT) |
| In-Reply-To | <2441ce7d-8b3a-405f-ab88-d4e772191eb4@googlegroups.com> |
| References | <9b5795ab-baec-4c0a-a3b4-1075cffc8744@googlegroups.com> <mailman.1122.1367060234.3114.python-list@python.org> <2441ce7d-8b3a-405f-ab88-d4e772191eb4@googlegroups.com> |
| Date | Sat, 27 Apr 2013 12:40:48 +0100 |
| Subject | Re: File Read issue by using module binascii |
| From | Fábio Santos <fabiosantosart@gmail.com> |
| To | Jimmie He <jimmie.he@gmail.com> |
| Content-Type | multipart/alternative; boundary=00248c7690aa7b048d04db561fba |
| Cc | python-list@python.org |
| 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.1123.1367062857.3114.python-list@python.org> (permalink) |
| Lines | 36 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1367062857 news.xs4all.nl 15867 [2001:888:2000:d::a6]:43977 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:44446 |
Show key headers only | View raw
[Multipart message — attachments visible in raw view] - view raw
You could use your operating system's shell. Even if it is windows, it should be a lot better and faster, and thus not block so easily. On 27 Apr 2013 12:28, "Jimmie He" <jimmie.he@gmail.com> wrote: > > > What shell are you using? The one provided by Idle? > > Yes. I use IDLE,the python version is 3.3.1.What else could I use?? > -- > http://mail.python.org/mailman/listinfo/python-list >
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
File Read issue by using module binascii Jimmie He <jimmie.he@gmail.com> - 2013-04-26 20:57 -0700
Re: File Read issue by using module binascii Jimmie He <jimmie.he@gmail.com> - 2013-04-26 21:22 -0700
Re: File Read issue by using module binascii Fábio Santos <fabiosantosart@gmail.com> - 2013-04-27 10:56 +0100
Re: File Read issue by using module binascii Jimmie He <jimmie.he@gmail.com> - 2013-04-27 03:42 -0700
Re: File Read issue by using module binascii Peter Otten <__peter__@web.de> - 2013-04-27 12:57 +0200
Re: File Read issue by using module binascii Jimmie He <jimmie.he@gmail.com> - 2013-04-27 04:23 -0700
Re: File Read issue by using module binascii Fábio Santos <fabiosantosart@gmail.com> - 2013-04-27 12:40 +0100
Re: File Read issue by using module binascii Peter Otten <__peter__@web.de> - 2013-04-27 14:01 +0200
Re: File Read issue by using module binascii Jimmie He <jimmie.he@gmail.com> - 2013-04-27 05:46 -0700
Re: File Read issue by using module binascii Tim Roberts <timr@probo.com> - 2013-04-27 21:34 -0700
Re: File Read issue by using module binascii Peter Otten <__peter__@web.de> - 2013-04-28 09:42 +0200
Re: File Read issue by using module binascii jt@toerring.de (Jens Thoms Toerring) - 2013-04-28 12:04 +0000
Re: File Read issue by using module binascii Jimmie He <jimmie.he@gmail.com> - 2013-04-28 06:32 -0700
csiph-web