Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #49500
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <ian.g.kelly@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.124 |
| X-Spam-Level | * |
| X-Spam-Evidence | '*H*': 0.77; '*S*': 0.02; 'subject:code': 0.07; 'yeah,': 0.09; '9:20': 0.16; 'obfuscated,': 0.16; 'pity': 0.16; 'subject:simple': 0.16; 'wrote:': 0.18; 'example': 0.22; 'header :In-Reply-To:1': 0.27; 'chris': 0.29; 'am,': 0.29; 'message- id:@mail.gmail.com': 0.30; 'code': 0.31; 'actual': 0.34; 'but': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'really': 0.36; 'module.': 0.36; 'to:addr:python-list': 0.38; 'issue': 0.38; 'short': 0.38; 'anything': 0.39; 'does': 0.39; 'to:addr:python.org': 0.39; 'further': 0.61; 'offering': 0.63; '30,': 0.65; 'nobody': 0.68; 'importance.': 0.84; 'imagine': 0.93; '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:from:date:message-id:subject:to :content-type; bh=+f1XQdAGJRl0HHrCoPLQ1wyoxcqDGSz5MaxNQHkl/FI=; b=AQ1OR8qt/BMAqf02kww203VkTfxgWFdiy5lpK0UQFHMaSudvyb2hjPXtGX814hkjzs QVaKrDDZwGiiHMls4iYGTqMUKdx/M+MklwzdlWQgMQbcYJH01RMQC9JLYZPSbDlDMxJN haLn65hrUnTm96cScgqjNPx2vy7J5qCNZH99O+7/hYbnBUGUGuytC+7GfqB3UmIcGPKI LZZnZRdD+Gt2O+CQrGoNcFswit2Vt6EpdvTWEdfZiEw02Sfwj0DKknC8duvJ0Qa3eRvk B6+cnMXleQpxNs3SoVDs954/wvnq7Xcz4GwWM0r1N5r525nswa6WDBRoNsnnjBk5PQGy lUfA== |
| X-Received | by 10.68.217.7 with SMTP id ou7mr20256239pbc.8.1372613205188; Sun, 30 Jun 2013 10:26:45 -0700 (PDT) |
| MIME-Version | 1.0 |
| In-Reply-To | <CAPTjJmpYVt0JQ4s5tBXXyeKebdMhaxbnjHPLgA-QB8woZr-tUQ@mail.gmail.com> |
| References | <mailman.4021.1372572404.3114.python-list@python.org> <cd9a09fe-9d1a-441c-bc47-473674e8ac71@googlegroups.com> <CAN1F8qWdD7HJBrWsaetsTuN2zhJqwLrq=W2CmOMiC4KmovJ8sA@mail.gmail.com> <CAPTjJmpYVt0JQ4s5tBXXyeKebdMhaxbnjHPLgA-QB8woZr-tUQ@mail.gmail.com> |
| From | Ian Kelly <ian.g.kelly@gmail.com> |
| Date | Sun, 30 Jun 2013 11:26:05 -0600 |
| Subject | Re: Stupid ways to spell simple code |
| To | Python <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 | <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.4033.1372613209.3114.python-list@python.org> (permalink) |
| Lines | 8 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1372613209 news.xs4all.nl 15888 [2001:888:2000:d::a6]:56309 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:49500 |
Show key headers only | View raw
On Sun, Jun 30, 2013 at 9:20 AM, Chris Angelico <rosuav@gmail.com> wrote: > Yeah, I cannot seriously imagine that the stdlib does anything like > the example I gave :) Pity nobody else is offering further examples, I > thought this might be a fun thread. Well, there is the "this" module. But its code is not *that* obfuscated, and maintainability is not really an issue there since it is short and does nothing of actual importance.
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Stupid ways to spell simple code Chris Angelico <rosuav@gmail.com> - 2013-06-30 16:06 +1000
Re: Stupid ways to spell simple code Rick Johnson <rantingrickjohnson@gmail.com> - 2013-06-30 07:58 -0700
Re: Stupid ways to spell simple code Joshua Landau <joshua.landau.ws@gmail.com> - 2013-06-30 16:08 +0100
Re: Stupid ways to spell simple code Chris Angelico <rosuav@gmail.com> - 2013-07-01 01:20 +1000
Re: Stupid ways to spell simple code Ian Kelly <ian.g.kelly@gmail.com> - 2013-06-30 11:26 -0600
Re: Stupid ways to spell simple code Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-06-30 17:36 +0000
Re: Stupid ways to spell simple code Roy Smith <roy@panix.com> - 2013-06-30 13:44 -0400
Re: Stupid ways to spell simple code Joshua Landau <joshua.landau.ws@gmail.com> - 2013-06-30 22:52 +0100
Re: Stupid ways to spell simple code Neil Cerutti <neilc@norwich.edu> - 2013-07-01 12:59 +0000
Re: Stupid ways to spell simple code Chris Angelico <rosuav@gmail.com> - 2013-07-01 23:14 +1000
Re: Stupid ways to spell simple code Joshua Landau <joshua.landau.ws@gmail.com> - 2013-07-01 17:30 +0100
Re: Stupid ways to spell simple code Marcin Szamotulski <mszamot@gmail.com> - 2013-07-01 20:36 +0100
Re: Stupid ways to spell simple code Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-07-01 22:09 +0000
Re: Stupid ways to spell simple code 88888 Dihedral <dihedral88888@gmail.com> - 2013-07-01 21:16 -0700
Re: Stupid ways to spell simple code Marcin Szamotulski <mszamot@gmail.com> - 2013-07-02 07:22 +0100
Re: Stupid ways to spell simple code Chris Angelico <rosuav@gmail.com> - 2013-07-02 02:32 +1000
Re: Stupid ways to spell simple code Russel Walker <russ.pobox@gmail.com> - 2013-07-02 00:33 -0700
csiph-web