Path: csiph.com!goblin1!goblin.stu.neva.ru!uio.no!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!nzpost1.xs4all.net!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.005 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'cc:addr:python-list': 0.09; 'anticipate': 0.09; 'received:openend.se': 0.09; 'received:theraft.openend.se': 0.09; 'cc:addr:lac': 0.16; 'cc:addr:openend.se': 0.16; 'comma,': 0.16; 'definition.': 0.16; 'from:addr:lac': 0.16; 'from:addr:openend.se': 0.16; 'from:name:laura creighton': 0.16; 'message-id:@fido.openend.se': 0.16; 'received:fido': 0.16; 'received:fido.openend.se': 0.16; 'laura': 0.18; 'cc:addr:python.org': 0.20; 'cc:2**2': 0.20; 'arguments': 0.22; 'function': 0.28; 'correct,': 0.29; 'received:se': 0.29; 'cc:no real name:2**1': 0.29; 'subject:: ': 0.37; 'charset:us-ascii': 0.37; 'doing': 0.38; 'no,': 0.38; 'header:Message-Id:1': 0.61; 'more': 0.63; 'future.': 0.67; 'header:In-reply-to:1': 0.84; 'subject:location': 0.84 To: Laura Creighton cc: "ast" , python-list@python.org, lac@openend.se From: Laura Creighton Subject: Re: Strange location for a comma In-reply-to: <201509031240.t83CeYVR017632@fido.openend.se> References: <55e83afb$0$3157$426a74cc@news.free.fr> <201509031240.t83CeYVR017632@fido.openend.se> Comments: In-reply-to Laura Creighton message dated "Thu, 03 Sep 2015 14:40:34 +0200." MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <23517.1441285334.1@fido> Date: Thu, 03 Sep 2015 15:02:14 +0200 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.3.9 (theraft.openend.se [89.233.217.130]); Thu, 03 Sep 2015 15:02:15 +0200 (CEST) X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ 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: 7 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1441285342 news.xs4all.nl 23795 [2001:888:2000:d::a6]:50302 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:95932 No, I am wrong. You are in the middle of a fuction definition. You are correct, that is a wierd place for a comma, though I can see doing that if you anticipate adding more arguments to the function in the near future. Laura