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


Groups > comp.lang.python > #26982

Re: Threading KeyError in Python 3.3 beta 2?

Path csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed6.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.030
X-Spam-Evidence '*H*': 0.94; '*S*': 0.00; 'subject:Python': 0.05; 'aug': 0.13; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:3.3': 0.16; 'subject:beta': 0.16; 'threading,': 0.16; 'mon,': 0.16; 'wrote:': 0.17; 'import': 0.21; 'received:209.85.214.174': 0.21; 'least': 0.25; 'header:In-Reply- To:1': 0.25; 'message-id:@mail.gmail.com': 0.27; "doesn't": 0.28; 'post': 0.28; "d'aprano": 0.29; 'steven': 0.29; 'error': 0.30; 'code': 0.31; 'to:addr:python-list': 0.33; "can't": 0.34; 'received:google.com': 0.34; 'pm,': 0.35; 'subject:?': 0.35; 'received:209.85': 0.35; 'alone': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'received:209.85.214': 0.39; 'header:Received:5': 0.40; 'your': 0.60; 'hey,': 0.72; 'sixth': 0.84; 'imagine': 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:to :content-type; bh=bKYM7KfnDNQU2qH1DYCXLjkwBeEZcZoCTO0bU8UrLyE=; b=Xnld3JLivRjbiUJt4qXwmoYQZo4Zy4moHfB3hnu+auEXqXlry8+0oAOsTklKdYk6/U tzgrreBSh1KUOwYXTlFfp0NIAQQKY9LnvrItwi7TiKbEgdwqob3dVo47kBGqe+r/nE8J xkc5e6EUqoIBfxhtg1FA3jImZOL8pONfuO1Bch2zjCmywBehQ6TNmAESujtr3kLfsCA5 C19BLqwGg7Wa7UWB1S2Tj7FwqPgV2KZY84y8SLsZ5H8iV+NBQ7oM6+9O6+GNUWmc1dU4 zEulu+RwbL/vy8jdIqLCrUFKFF0LbMrl3W6cI0Fho6swD9CLcHtBIoop6l61lES1ESgs 74gg==
MIME-Version 1.0
In-Reply-To <5028e74d$0$29978$c3e8da3$5496439d@news.astraweb.com>
References <mbCdndneF4sgRbXNnZ2dnUVZ7vWdnZ2d@brightview.co.uk> <mailman.3222.1344856408.4697.python-list@python.org> <naadncJkoMyRebXNnZ2dnUVZ8mqdnZ2d@brightview.co.uk> <5028e74d$0$29978$c3e8da3$5496439d@news.astraweb.com>
Date Mon, 13 Aug 2012 21:47:52 +1000
Subject Re: Threading KeyError in Python 3.3 beta 2?
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.12
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.3224.1344858474.4697.python-list@python.org> (permalink)
Lines 8
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1344858474 news.xs4all.nl 6950 [2001:888:2000:d::a6]:52286
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:26982

Show key headers only | View raw


On Mon, Aug 13, 2012 at 9:38 PM, Steven D'Aprano
<steve+comp.lang.python@pearwood.info> wrote:
> Since your code doesn't even import threading, let alone use it, I can't
> imagine how you get an error in threading.

Hey, I try not to get scornful until at least the sixth post :)

ChrisA

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


Thread

Threading KeyError in Python 3.3 beta 2? "Blind Anagram" <noname@nowhere.com> - 2012-08-13 11:36 +0100
  Re: Threading KeyError in Python 3.3 beta 2? Chris Angelico <rosuav@gmail.com> - 2012-08-13 21:13 +1000
    Re: Threading KeyError in Python 3.3 beta 2? "Blind Anagram" <noname@nowhere.com> - 2012-08-13 12:24 +0100
      Re: Threading KeyError in Python 3.3 beta 2? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-08-13 11:38 +0000
        Re: Threading KeyError in Python 3.3 beta 2? Chris Angelico <rosuav@gmail.com> - 2012-08-13 21:47 +1000
      Re: Threading KeyError in Python 3.3 beta 2? Chris Angelico <rosuav@gmail.com> - 2012-08-13 21:39 +1000
        Re: Threading KeyError in Python 3.3 beta 2? "Blind Anagram" <noname@nowhere.com> - 2012-08-13 12:51 +0100
          Re: Threading KeyError in Python 3.3 beta 2? Chris Angelico <rosuav@gmail.com> - 2012-08-13 21:59 +1000

csiph-web