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


Groups > comp.lang.python > #56647

Re: Complex literals (was Re: I am never going to complain about Python again)

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed3.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.077
X-Spam-Evidence '*H*': 0.87; '*S*': 0.03; 'subject:Python': 0.06; 'seemed': 0.09; 'belongs': 0.16; 'chaos': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject: \n ': 0.16; 'think.': 0.16; 'wrote:': 0.18; 'header:In- Reply-To:1': 0.27; 'chris': 0.29; 'am,': 0.29; 'message- id:@mail.gmail.com': 0.30; 'fri,': 0.33; 'subject: (': 0.35; 'received:google.com': 0.35; 'combination': 0.36; 'science,': 0.36; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'most': 0.60; 'color': 0.61; 'electrical': 0.74; 'control)': 0.84; 'league': 0.91; '2013': 0.98
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=HXZa8wcXdfUPYRo5R7z1UXbRpQKB/GuftJjIsJZoMNY=; b=WhFTQY3xRap5UarcRad0bSrbsgeV3uWgCdpdUloaTzbI7PiY10+FEv+9fiL4oqmZ9v XvGKx5Lki0+iOGlBxN95c3Fx6H7S6bvwjSrPhBgMH04//pY911+OYuzu2IPLjg/fqZDj GbCAA53NcQitsuLu6OP/AViKFKGcaXjDvaMRD2EAWVN4UwCSHxUSJvnumLsyghZ20Gs8 If/2THy9rZdQoAKLe2PoSxnhnYOC/5Elmdm6bqHVnCcbZPOlxmnnuXL7xaHFoNp+hCQy Lo6U10I8gm30QShx2DehBdFixMM1kRTwjtMFjZ2/klRsSn5TnsQGAUZYrXqXnSYrmhHl 8oZA==
MIME-Version 1.0
X-Received by 10.224.76.10 with SMTP id a10mr14797191qak.9.1381471278330; Thu, 10 Oct 2013 23:01:18 -0700 (PDT)
In-Reply-To <0lge59dubctea8n4di76vu2upa86sd8c71@4ax.com>
References <mailman.937.1381411535.18130.python-list@python.org> <l36ckk$f2n$1@reader1.panix.com> <CAPTjJmrqOTYS1q5uogScPH47XzSk=4AA_b7TLaBgtVq1QMQWtQ@mail.gmail.com> <0lge59dubctea8n4di76vu2upa86sd8c71@4ax.com>
Date Fri, 11 Oct 2013 17:01:18 +1100
Subject Re: Complex literals (was Re: I am never going to complain about Python again)
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 <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.984.1381471286.18130.python-list@python.org> (permalink)
Lines 16
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1381471286 news.xs4all.nl 15919 [2001:888:2000:d::a6]:39222
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:56647

Show key headers only | View raw


On Fri, Oct 11, 2013 at 11:13 AM, Dennis Lee Bieber
<wlfraed@ix.netcom.com> wrote:
> On Fri, 11 Oct 2013 01:20:01 +1100, Chris Angelico <rosuav@gmail.com>
> declaimed the following:
>
>>
>>This belongs in the Izzet League, I think.
>>
>         Was that an MtG reference?

It most assuredly was. The Ravnican guild known as the Izzet League
(epitomizing the color combination Red-Blue, mixing passion and chaos
with artifice and control) works a lot with electricity, madness,
science, and mad electrical science... it seemed a fair similarity.

ChrisA

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


Thread

Complex literals (was Re: I am never going to complain about Python again) Chris Angelico <rosuav@gmail.com> - 2013-10-11 00:25 +1100
  Re: Complex literals (was Re: I am never going to complain about Python again) Grant Edwards <invalid@invalid.invalid> - 2013-10-10 14:12 +0000
    Re: Complex literals (was Re: I am never going to complain about Python again) Chris Angelico <rosuav@gmail.com> - 2013-10-11 01:20 +1100
      Re: Complex literals (was Re: I am never going to complain about Python again) Grant Edwards <invalid@invalid.invalid> - 2013-10-10 16:54 +0000
        Re: Complex literals (was Re: I am never going to complain about Python again) Christian Gollwitzer <auriocus@gmx.de> - 2013-10-10 21:08 +0200
    Re: Complex literals (was Re: I am never going to complain about Python again) William Ray Wing <wrw@mac.com> - 2013-10-10 11:36 -0400
    Re: Complex literals (was Re: I am never going to complain about Python again) Ethan Furman <ethan@stoneleaf.us> - 2013-10-10 10:39 -0700
    Re: Complex literals (was Re: I am never going to complain about Python again) Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-10-10 20:13 -0400
    Re: Complex literals (was Re: I am never going to complain about Python again) Chris Angelico <rosuav@gmail.com> - 2013-10-11 17:01 +1100
    Re: Complex literals (was Re: I am never going to complain about Python again) Nobody <nobody@nowhere.com> - 2013-10-11 12:21 +0100
  Re: Complex literals (was Re: I am never going to complain about Python again) Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-10-11 01:27 +0000
    Re: Complex literals (was Re: I am never going to complain about Python again) David <bouncingcats@gmail.com> - 2013-10-11 20:35 +1100
    Re: Complex literals (was Re: I am never going to complain about Python again) Oscar Benjamin <oscar.j.benjamin@gmail.com> - 2013-10-11 12:30 +0100
      Re: Complex literals (was Re: I am never going to complain about Python again) Jussi Piitulainen <jpiitula@ling.helsinki.fi> - 2013-10-11 15:11 +0300
      Re: Complex literals (was Re: I am never going to complain about Python again) Roy Smith <roy@panix.com> - 2013-10-11 10:05 -0400
        Re: Complex literals (was Re: I am never going to complain about Python again) Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-10-11 17:03 +0000
        Re: Complex literals (was Re: I am never going to complain about Python again) Gene Heskett <gheskett@wdtv.com> - 2013-10-11 13:00 -0400
    Re: Complex literals (was Re: I am never going to complain about Python again) John Nagle <nagle@animats.com> - 2013-10-15 22:27 -0700
      Re: Complex literals (was Re: I am never going to complain about Python again) Roy Smith <roy@panix.com> - 2013-10-16 08:21 -0400
      Re: Complex literals (was Re: I am never going to complain about Python again) Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-10-16 13:22 -0400

csiph-web