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


Groups > comp.lang.python > #70289

Re: Simple question

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.mixmin.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed4a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.013
X-Spam-Evidence '*H*': 0.98; '*S*': 0.00; '16,': 0.03; 'interpreter': 0.05; 'reason,': 0.07; 'report.': 0.07; 'advice.': 0.09; 'difference,': 0.09; 'subject:question': 0.10; 'cc:addr:python- list': 0.11; 'python': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'lazily': 0.16; 'mean,': 0.16; 'exception': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'machine': 0.22; 'cc:addr:python.org': 0.22; 'copied': 0.24; 'fine': 0.24; 'helpful': 0.24; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'chris': 0.29; 'am,': 0.29; "doesn't": 0.30; 'message- id:@mail.gmail.com': 0.30; "i'm": 0.30; 'easier': 0.31; 'front': 0.32; 'but': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'subject:Simple': 0.36; 'two': 0.37; 'remote': 0.38; 'that,': 0.38; 'major': 0.40; 'even': 0.60; 'skip:u 10': 0.60; 'entire': 0.61; 'our': 0.64; 'laptop': 0.65; 'us,': 0.73; 'truth': 0.81; 'transfer': 0.82; 'phil': 0.84; 'cast': 0.91; 'to:none': 0.92; 'hand,': 0.93; 'hands': 0.96
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:cc :content-type; bh=w31H/Krsj8utk0zsqNfZbDOxXumrh13UWJKmzrTN/5I=; b=Gze0rn7DzfhiZBAinblgXE4UKnyeDdrAeKOEyoYLx/0l0VULR5+8AZqvtn0VXnQ5nQ EvDFhXgmy2sjt4Gir1D6hUZ8jRHT/BfzuKJwBNFppX6AYHMNkyzMUmWyag8JwAi3qkcr KtcZ21C51EgMEsdxpAvMYj5c6rQLG2dOXdaiuXYhUJDC5XqMbl+sYQON1OnnBNtxEY6Y 3Ha3Vun01I9zXYLzrXAoqUWpdtqxGEpyrqi6EX4XR9LEfa5uedzzILMhFczqOSw8D/5X IP76GsbnFFKcaXw00xV/N//0yqg0O44SfZ+QuAT7wie3WqwpL3PARG3edQ+ol9JI0UJx nFrQ==
MIME-Version 1.0
X-Received by 10.52.191.100 with SMTP id gx4mr2179219vdc.4.1397588873695; Tue, 15 Apr 2014 12:07:53 -0700 (PDT)
In-Reply-To <534D825B.5020401@gmail.com>
References <534D7807.6050408@gmail.com> <CAKJDb-PBn7PquDEuQOdjC7R81JG6p=nnBjEr70=MeU9Mcv9GNg@mail.gmail.com> <534D7B08.5030909@gmail.com> <CAPTjJmpKBhd+JM+iWYwb27hefWw6UqasEcGjXziQnFwkXL-RDA@mail.gmail.com> <534D825B.5020401@gmail.com>
Date Wed, 16 Apr 2014 05:07:53 +1000
Subject Re: Simple question
From Chris Angelico <rosuav@gmail.com>
Cc "python-list@python.org" <python-list@python.org>
Content-Type text/plain; charset=UTF-8
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 <https://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 <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.9294.1397588876.18130.python-list@python.org> (permalink)
Lines 27
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1397588876 news.xs4all.nl 2973 [2001:888:2000:d::a6]:46654
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:70289

Show key headers only | View raw


On Wed, Apr 16, 2014 at 5:02 AM, Phil Dobbin <phildobbin@gmail.com> wrote:
> On 15/04/2014 19:41, Chris Angelico wrote:
>
>> Recommendation: If you don't understand something, keep it there :)
>> You can just copy and paste from the Python interactive interpreter
>> (command line or IDLE) straight into the email; it'll be easier to
>> explain, that way.
>>
>> This is *especially* true of tracebacks. You might not see the
>> difference, but to us, it's often hugely helpful to see the entire
>> exception report.
>
> Good advice.
>
> Truth is I'm writing emails on my laptop & attempting Python on a
> Desktop machine so I lazily copied by eye. My mistake.

Understandable. I currently am using two consoles (laptop at my right
hand, desktop in front of me), and every now and then I want to copy
and paste across them :) I mean, shared clipboard works just fine
across all my VM guests (and as I type that, Disney's cast is singing
"Be our guest" in my background music), it even works across remote
desktop, but for some reason, swinging my hands 90 degrees doesn't
transfer the clipboard. This strikes me as a major flaw in human
beings.

ChrisA

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Simple question Chris Angelico <rosuav@gmail.com> - 2014-04-16 05:07 +1000

csiph-web