Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder7.xlned.com!newsfeed.xs4all.nl!newsfeed3.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.016 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'subject:command': 0.09; 'cc:addr:python-list': 0.11; 'from:addr:pobox.com': 0.16; 'from:addr:skip': 0.16; 'sender:addr:gmail.com': 0.17; 'cc:addr:python.org': 0.22; 'skip': 0.24; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'switch': 0.26; 'header:In-Reply-To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; 'maybe': 0.34; 'could': 0.34; 'received:google.com': 0.35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=jKab601QEyFthCyaTTuUi1lZvxxCzYvbJbPfrGh+hmI=; b=TlTQ/8k8o0P+wPxcTko97Wy+yC1L0MUc1XzDrZf0kkzxDOPiFvhP3PoHSNBPprLLpE HdAXH/OBMnehJS50s8U1aotIuNGTi1DuPWFnHzZ3ObYcjt0SAJvaaRzdfWcakq2qvUpE e6/RQIPUNbx9gzi/1uewjBbh5Xwb4CGtbVPVJBHtCjvBETukLDN/rOVHnPttP8R5PrOY 3c4I6Rr8lTrSQTa4Aqb0RmIxFGkmy82QLNXDkqLyFLKgiIzlq1KAXxW3f2r6Pkco4ek/ fb+XKRDdIPzxw6f4JZwOBDaobzGIWoQ+ILlzvOlPnHU858uDa98+sQiaAVVc9pWMuq+W sSAw== MIME-Version: 1.0 X-Received: by 10.50.36.199 with SMTP id s7mr5829193igj.56.1368629503741; Wed, 15 May 2013 07:51:43 -0700 (PDT) Sender: skip.montanaro@gmail.com In-Reply-To: References: Date: Wed, 15 May 2013 09:51:43 -0500 X-Google-Sender-Auth: 6WvwtCmx8Z0rKurMSZHSf2LYD9s Subject: Re: Determine actually given command line arguments From: Skip Montanaro To: Henry Leyh Content-Type: text/plain; charset=UTF-8 Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 5 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1368629512 news.xs4all.nl 15974 [2001:888:2000:d::a6]:43342 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:45351 > However, maybe I could ... ... switch to getopt? Skip