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: 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: References: From: Ian Kelly Date: Sun, 30 Jun 2013 11:26:05 -0600 Subject: Re: Stupid ways to spell simple code To: Python 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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 On Sun, Jun 30, 2013 at 9:20 AM, Chris Angelico 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.