Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #3820
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.dougwise.org!nntpfeed.proxad.net!proxad.net!feeder1-2.proxad.net!news.wiretrip.org!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <wolfgang@rohdewald.de> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.008 |
| X-Spam-Evidence | '*H*': 0.98; '*S*': 0.00; 'received:localnet': 0.07; 'broken': 0.14; 'wrote:': 0.14; 'call:': 0.16; 'from:addr:rohdewald.de': 0.16; 'from:addr:wolfgang': 0.16; 'from:name:wolfgang rohdewald': 0.16; 'localhost': 0.16; 'message- id:@rohdewald.de': 0.16; 'received:91.62': 0.16; 'received:rohdewald.de': 0.16; 'reply-to:addr:rohdewald.de': 0.16; 'reply-to:addr:wolfgang': 0.16; 'wolfgang': 0.16; 'cc:2**0': 0.20; 'header:In-Reply-To:1': 0.22; 'cc:addr:gmail.com': 0.31; 'received:mo-p00-ob.rzone.de': 0.31; 'to:addr:python-list': 0.32; 'header:User-Agent:1': 0.35; 'charset:us-ascii': 0.36; 'to:addr:python.org': 0.39; 'received:de': 0.39; 'header:Message- Id:1': 0.62; 'link': 0.62; 'reply-to:no real name:2**0': 0.72; 'header:Reply-To:1': 0.72 |
| DKIM-Signature | v=1; a=rsa-sha1; c=relaxed/relaxed; t=1303415017; l=216; s=domk; d=rohdewald.de; h=Content-Transfer-Encoding:Content-Type:MIME-Version:In-Reply-To: References:Cc:Date:Subject:To:Reply-To:From:X-RZG-CLASS-ID:X-RZG-AUTH; bh=DLQxykdF2Qv0ZS52wVCKWNQCbjY=; b=spbbUsdt9ibcjH7SneIKUWrsQ+AM7R2/Xp0A3nrrDQkidgwuKtyjKUcn1a+cv0AnjV4 WtEk74NKkJ+qoryyI6SONuj2wOJ6ae3COEgYhAgUBRC/HE6QnmIGOrbBG9vynxDMqtPXH 3xhcbYDBPUzKN/ae+fKygmdXm5P2CGUEzWU= |
| X-RZG-AUTH | :O2MIc0epdfgAjoV+frHI3UhxNCLBO5P+YS73lHhJYRD2uAuzaM+5N8MTovT1I3ql |
| X-RZG-CLASS-ID | mo00 |
| From | Wolfgang Rohdewald <wolfgang@rohdewald.de> |
| To | python-list@python.org |
| Subject | Re: Argument count mismatch |
| Date | Thu, 21 Apr 2011 21:43:33 +0200 |
| User-Agent | KMail/1.13.5 (Linux/2.6.35-28-generic; KDE/4.6.2; x86_64; ; ) |
| References | <ac20c08e-6957-4836-9319-e668a8da8112@q30g2000vbs.googlegroups.com> |
| In-Reply-To | <ac20c08e-6957-4836-9319-e668a8da8112@q30g2000vbs.googlegroups.com> |
| MIME-Version | 1.0 |
| Content-Type | Text/Plain; charset="us-ascii" |
| Content-Transfer-Encoding | 7bit |
| X-Spam-Status | No, score=0.0 required=5.0 tests=UNPARSEABLE_RELAY shortcircuit=no autolearn=ham version=3.3.1 |
| X-Spam-Checker-Version | SpamAssassin 3.3.1 (2010-03-16) on i5 |
| Cc | RVince <rvince99@gmail.com> |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.12 |
| Precedence | list |
| Reply-To | wolfgang@rohdewald.de |
| 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.718.1303415026.9059.python-list@python.org> (permalink) |
| Lines | 9 |
| NNTP-Posting-Host | 82.94.164.166 |
| X-Trace | 1303415026 news.xs4all.nl 81485 [::ffff:82.94.164.166]:34785 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:3820 |
Show key headers only | View raw
On Donnerstag 21 April 2011, RVince wrote: > When I make the following call: > > http://localhost/eligibility/cmseditorlinemethod/474724434 broken link - I have no /eligilibity on my localhost -- Wolfgang
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar
Argument count mismatch RVince <rvince99@gmail.com> - 2011-04-21 12:33 -0700
Re: Argument count mismatch Wolfgang Rohdewald <wolfgang@rohdewald.de> - 2011-04-21 21:43 +0200
Re: Argument count mismatch Chris Angelico <rosuav@gmail.com> - 2011-04-22 06:15 +1000
Re: Argument count mismatch John Gordon <gordon@panix.com> - 2011-04-21 20:33 +0000
Re: Argument count mismatch Westley MartÃnez <anikom15@gmail.com> - 2011-04-21 15:41 -0700
Re: Argument count mismatch Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2011-04-22 01:43 +0000
Re: Argument count mismatch Daniel Kluev <dan.kluev@gmail.com> - 2011-04-22 21:19 +1100
csiph-web