Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #64867
| Path | csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed4.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.014 |
| X-Spam-Evidence | '*H*': 0.97; '*S*': 0.00; 'elif': 0.05; 'column': 0.07; 'subject:characters': 0.09; 'cc:addr:python-list': 0.11; 'jan': 0.12; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:Remove': 0.16; 'wrote:': 0.18; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'header:In-Reply- To:1': 0.27; 'am,': 0.29; 'character': 0.29; 'characters': 0.30; 'message-id:@mail.gmail.com': 0.30; 'subject:from': 0.34; 'received:google.com': 0.35; 'two': 0.37; 'remove': 0.60; 'address': 0.63; '10:': 0.84; 'to:none': 0.92 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=jB0lJe0jcdH/EnTtqLrhWGfbeCy+9mnr48UB8GVst4g=; b=zmEeEZtJ7GbWYPiF3cXZHWqe0XbOgO92X+2LadjseIc7HpE5ijvTeKJnv23v5EX6Dl liM+DZtiqt/bkOcBE7T3/HJRMLpxyPPihKQ5KJsMXp6tw1gMzcjRZP0MrRQOq4KgkP+0 WNYNAOHYh1VYX7EITiqS7lN23Losi7xScmnyYXFmDaBcpgp7ki9dMO9UidMwPBRfmk43 +1ESB3qbR5lNHcM1YY3HL28dCMCMLetXmeOVkxanxpaxj14vD2rPcwcSHcQ7xOSlfJ3s 1i4EgYKzZ99h9HSrD5HZ6TpPF6fT+8z/3Yl2zcq9tPWmqjGL+KMYG/FB1MYYurdJbYjD mo8Q== |
| MIME-Version | 1.0 |
| X-Received | by 10.66.66.234 with SMTP id i10mr3812768pat.127.1390834652933; Mon, 27 Jan 2014 06:57:32 -0800 (PST) |
| In-Reply-To | <9b121fe6-9ed8-4adf-af24-80166f348c7d@googlegroups.com> |
| References | <8d703876-ba90-492d-a558-a5a9bb8023c7@googlegroups.com> <mailman.6019.1390800112.18130.python-list@python.org> <04d509f9-54fa-4ba5-bb6e-24ce60e12523@googlegroups.com> <52e6650c$0$29999$c3e8da3$5496439d@news.astraweb.com> <9b121fe6-9ed8-4adf-af24-80166f348c7d@googlegroups.com> |
| Date | Tue, 28 Jan 2014 01:57:32 +1100 |
| Subject | Re: Remove unwanted characters from column |
| From | Chris Angelico <rosuav@gmail.com> |
| Cc | "python-list@python.org" <python-list@python.org> |
| Content-Type | text/plain; charset=UTF-8 |
| 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 | <https://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 | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.6044.1390834662.18130.python-list@python.org> (permalink) |
| Lines | 9 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1390834662 news.xs4all.nl 2974 [2001:888:2000:d::a6]:52258 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:64867 |
Show key headers only | View raw
On Tue, Jan 28, 2014 at 1:23 AM, <matt.s.marotta@gmail.com> wrote: > If the farmID < 10: > remove one character from the address column > Elif farmID > 10: > remove two characters from the address column What if farmID == 10? ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Remove unwanted characters from column matt.s.marotta@gmail.com - 2014-01-26 19:49 -0800
Re:Remove unwanted characters from column Dave Angel <davea@davea.name> - 2014-01-27 00:24 -0500
Re: Remove unwanted characters from column matt.s.marotta@gmail.com - 2014-01-27 05:32 -0800
Re: Remove unwanted characters from column Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2014-01-27 13:54 +0000
Re: Remove unwanted characters from column matt.s.marotta@gmail.com - 2014-01-27 06:23 -0800
Re: Remove unwanted characters from column Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-01-27 14:34 +0000
Re: Remove unwanted characters from column Chris Angelico <rosuav@gmail.com> - 2014-01-28 01:57 +1100
Re: Remove unwanted characters from column matt.s.marotta@gmail.com - 2014-01-27 07:03 -0800
Re: Remove unwanted characters from column Chris Angelico <rosuav@gmail.com> - 2014-01-28 02:19 +1100
Re: Remove unwanted characters from column Denis McMahon <denismfmcmahon@gmail.com> - 2014-01-27 15:22 +0000
csiph-web