Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #17621
| 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 | <rosuav@gmail.com> |
| 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 | <mailman.3876.1324410310.27778.python-list@python.org> <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 <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.3883.1324415429.27778.python-list@python.org> (permalink) |
| 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 |
Show key headers only | View raw
On Wed, Dec 21, 2011 at 7:47 AM, MRAB <python@mrabarnett.plus.com> 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
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
Elementwise -//- first release -//- Element-wise (vectorized) function, method and operator support for iterables in python. Nathan Rice <nathan.alexander.rice@gmail.com> - 2011-12-20 14:45 -0500
Re: Elementwise -//- first release -//- Element-wise (vectorized) function, method and operator support for iterables in python. Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2011-12-20 20:29 +0000
Re: Elementwise -//- first release -//- Element-wise (vectorized) function, method and operator support for iterables in python. Nathan Rice <nathan.alexander.rice@gmail.com> - 2011-12-20 15:45 -0500
Re: Elementwise -//- first release -//- Element-wise (vectorized) function, method and operator support for iterables in python. Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2011-12-20 21:00 +0000
Re: Elementwise -//- first release -//- Element-wise (vectorized) function, method and operator support for iterables in python. Paul Rubin <no.email@nospam.invalid> - 2011-12-20 13:08 -0800
Re: Elementwise -//- first release -//- Element-wise (vectorized) function, method and operator support for iterables in python. Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2011-12-21 00:12 +0000
Re: Elementwise -//- first release -//- Element-wise (vectorized) function, method and operator support for iterables in python. Nathan Rice <nathan.alexander.rice@gmail.com> - 2011-12-20 16:20 -0500
Re: Elementwise -//- first release -//- Element-wise (vectorized) function, method and operator support for iterables in python. Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2011-12-21 00:28 +0000
Re: Elementwise -//- first release -//- Element-wise (vectorized) function, method and operator support for iterables in python. Ethan Furman <ethan@stoneleaf.us> - 2011-12-21 09:22 -0800
Re: Elementwise -//- first release -//- Element-wise (vectorized) function, method and operator support for iterables in python. MRAB <python@mrabarnett.plus.com> - 2011-12-20 20:47 +0000
Re: Elementwise -//- first release -//- Element-wise (vectorized) function, method and operator support for iterables in python. Chris Angelico <rosuav@gmail.com> - 2011-12-21 08:10 +1100
csiph-web