Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!us.feeder.erje.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder7.xlned.com!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.020 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'subject:Python': 0.05; 'to)': 0.09; 'sat,': 0.15; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'runs.': 0.16; 'subject:3.3': 0.16; 'subject:Change': 0.16; 'wrote:': 0.17; 'pointed': 0.17; 'produces': 0.22; 'seems': 0.23; 'header:In-Reply-To:1': 0.25; '(which': 0.26; 'heading': 0.27; 'message-id:@mail.gmail.com': 0.27; 'run': 0.28; 'steven': 0.29; 'testcase': 0.29; 'points': 0.29; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'pm,': 0.35; 'received:209.85.220': 0.35; 'received:209.85': 0.35; 'url:org': 0.36; 'subject:with': 0.36; 'why': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'valuable': 0.60; 'between': 0.63; '2013': 0.84; 'glad': 0.86 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=f20mZ7fWLj4Sb/TUFu3S3buIpedwG8iGxdMWo4jYUBk=; b=H2NEqZXt+EPp1L3s9FEw82OuROe2Y1ZBsxHT6i3HsrGO6E9gM8tVChMRrEY/Bylit+ 9vvfRys478P0fv3OBvswQOUKv9BHG7hCbxXjXpQMbOEq3fSnUd792+CFtQYUiMO/uzpB s/AmvSDV90hTxVVQMXtQd8KQev8615ajmcXCRyX3ziWhGyo93w1OBIB/tH+KIoLSgJre O1cOwE+ItUUu6VBXs/2UlARfC2Eahj2aNqkMCYJyuG1r/RNc1BGlkgyhdVIf+47rfPAr UeERERZVTfOHFBqZ07jx3zvuIdLYlvJp/3txzlAUUrbsnEL9syG/x2oHeH5XpwfddE6k 1SRQ== MIME-Version: 1.0 X-Received: by 10.52.37.109 with SMTP id x13mr5954541vdj.10.1364042069501; Sat, 23 Mar 2013 05:34:29 -0700 (PDT) In-Reply-To: <514D9FB0.3070608@ncf.ca> References: <514D9FB0.3070608@ncf.ca> Date: Sat, 23 Mar 2013 23:34:29 +1100 Subject: Re: Change in Python 3.3 with the treatment of sys.argv From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 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: 13 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1364042501 news.xs4all.nl 6906 [2001:888:2000:d::a6]:57447 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:41730 On Sat, Mar 23, 2013 at 11:27 PM, Colin J. Williams wrote: > It seems that a change was made in the program between the 3.3 run and the > other runs. > > Each produces the same heading now. Yep, this is why the simple testcase is so valuable :) Check out http://sscce.org/ (which Steven also pointed you to) - note the points made under "Short". Glad it's solved, anyhow! ChrisA