Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!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.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'mrab': 0.04; ':-)': 0.06; '21,': 0.09; 'subject:method': 0.09; 'am,': 0.12; 'received:209.85.210.174': 0.13; 'received:mail- iy0-f174.google.com': 0.13; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:function': 0.16; 'subject:python.': 0.16; 'subject:release': 0.16; 'truncated': 0.16; 'wed,': 0.17; 'wrote:': 0.18; 'so.': 0.22; 'dec': 0.22; 'header:In-Reply-To:1': 0.22; 'module,': 0.23; 'message- id:@mail.gmail.com': 0.28; 'looks': 0.29; 'subject:support': 0.30; 'version': 0.32; 'recognized': 0.34; 'to:addr:python-list': 0.34; 'something': 0.35; 'similar': 0.36; 'but': 0.37; 'except': 0.37; 'received:google.com': 0.37; 'received:209.85': 0.38; 'form,': 0.39; 'either': 0.39; 'subject: (': 0.40; "it's": 0.40; 'received:209': 0.40; 'to:addr:python.org': 0.40; '2011': 0.61; 'entity.': 0.84 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=VxbBPsQHyAmE8pL0qGxyhzcauQPsu5Wc3RJblqTJ53Q=; b=O/vh2yHP/gs7BSR4ItgjvyiQ2Di1BMwZTJCXkzhLN10ZNxhihZl+5IYg2TPwyVR4cf 3oxlqVrGLfHKsP4WiOLJOlLT8tyhxsdqj+OufwUEjTzqviR4K8r/A3+29K9SIYbQnvZJ Xc09ubllzOhXQqt1jx1ubR9Clf08QjFDDX7cc= MIME-Version: 1.0 In-Reply-To: <4EF0F44D.2050403@mrabarnett.plus.com> References: <4ef0f03d$0$29973$c3e8da3$5496439d@news.astraweb.com> <4EF0F44D.2050403@mrabarnett.plus.com> Date: Wed, 21 Dec 2011 08:10:26 +1100 Subject: Re: Elementwise -//- first release -//- Element-wise (vectorized) function, method and operator support for iterables in python. From: Chris Angelico 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 11 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1324415429 news.xs4all.nl 6866 [2001:888:2000:d::a6]:53666 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:17621 On Wed, Dec 21, 2011 at 7:47 AM, MRAB wrote: > It looks like it's based on the date. I do something similar with the > regex module, except that _my_ version number is Y2K compliant. :-) The eight-digit date is a recognized entity. The truncated six-digit form, much less so. But either is better known than what PPWizard uses, which involves the day-of-year... ChrisA