Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #15817
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!txtfeed1.tudelft.nl!tudelft.nl!txtfeed2.tudelft.nl!amsnews11.chello.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.105 |
| X-Spam-Level | * |
| X-Spam-Evidence | '*H*': 0.79; '*S*': 0.00; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.18; 'received:209.85.210.174': 0.18; 'received:mail- iy0-f174.google.com': 0.18; 'header:In-Reply-To:1': 0.23; "i'm": 0.26; 'message-id:@mail.gmail.com': 0.29; 'context,': 0.30; 'nov': 0.31; 'pm,': 0.31; 'thu,': 0.32; 'to:addr:python-list': 0.32; '17,': 0.34; 'received:google.com': 0.38; 'received:209.85': 0.38; 'subject:: ': 0.39; 'to:addr:python.org': 0.39; 'far': 0.40; 'received:209': 0.40; 'your': 0.61; '2011': 0.62; 'boss': 0.73 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=yYlugxU0C4nrqtW1PgPxojwx35dxJ9HeiJhKXglg2C8=; b=JbjDFs3V5O5ynK1s6Vzp1Am+OQ9KwWC70liVry57ymMu8A97AuDwLDLT5vbauuu80y MEsEDU856Fe7bgUC/ErXrU6HzOeHOESwK68/PLvOnw1xGRa9sIPcjM2MDqBsIGCAsfvf Mi33Izd4lnEFLjA8kjdTUrvNH9bGAgmya58sc= |
| MIME-Version | 1.0 |
| In-Reply-To | <CAKDXFkOMoCSwToC5zVss_rjA5Jh9YWuPqYS-mjmE30WMhSZc4Q@mail.gmail.com> |
| References | <roy-DD1C5B.21305716112011@news.panix.com> <CAKDXFkMZ=TLYO1sPCU1JMBkNOibchnE361_HGHCX+EbWn_GsBA@mail.gmail.com> <CALwzidn0GsfapWEK20Csb5Fwh1D6wA=o05zdxoA8k-63HoO1Mw@mail.gmail.com> <CAKDXFkOMoCSwToC5zVss_rjA5Jh9YWuPqYS-mjmE30WMhSZc4Q@mail.gmail.com> |
| Date | Thu, 17 Nov 2011 22:38:19 +1100 |
| Subject | Re: staticmethod makes my brain hurt |
| 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.2804.1321529903.27778.python-list@python.org> (permalink) |
| Lines | 6 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1321529903 news.xs4all.nl 6944 [2001:888:2000:d::a6]:38124 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:15817 |
Show key headers only | View raw
On Thu, Nov 17, 2011 at 10:13 PM, Dotan Cohen <dotancohen@gmail.com> wrote: > I'm at work far from Idle. Taken out of context, I'm sure your boss is pleased. :) ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
staticmethod makes my brain hurt Roy Smith <roy@panix.com> - 2011-11-16 21:30 -0500
Re: staticmethod makes my brain hurt alex23 <wuwei23@gmail.com> - 2011-11-16 18:44 -0800
Re: staticmethod makes my brain hurt Roy Smith <roy@panix.com> - 2011-11-16 21:52 -0500
Re: staticmethod makes my brain hurt Ethan Furman <ethan@stoneleaf.us> - 2011-11-16 19:24 -0800
Re: staticmethod makes my brain hurt alex23 <wuwei23@gmail.com> - 2011-11-17 18:31 -0800
Re: staticmethod makes my brain hurt Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2011-11-17 04:43 +0000
Re: staticmethod makes my brain hurt Roy Smith <roy@panix.com> - 2011-11-17 00:26 -0500
Re: staticmethod makes my brain hurt Devin Jeanpierre <jeanpierreda@gmail.com> - 2011-11-17 01:20 -0500
Re: staticmethod makes my brain hurt Dotan Cohen <dotancohen@gmail.com> - 2011-11-17 08:44 +0200
Re: staticmethod makes my brain hurt Ian Kelly <ian.g.kelly@gmail.com> - 2011-11-17 00:37 -0700
Re: staticmethod makes my brain hurt Thomas Rachel <nutznetz-0c1b6768-bfa9-48d5-a470-7603bd3aa915@spamschutz.glglgl.de> - 2011-11-17 10:17 +0100
Re: staticmethod makes my brain hurt Dotan Cohen <dotancohen@gmail.com> - 2011-11-17 13:13 +0200
Re: staticmethod makes my brain hurt Chris Angelico <rosuav@gmail.com> - 2011-11-17 22:38 +1100
csiph-web