Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #41730

Re: Change in Python 3.3 with the treatment of sys.argv

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 <rosuav@gmail.com>
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 <kiik4o$s8b$1@theodyn.ncf.ca> <mailman.3618.1363990906.2939.python-list@python.org> <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 <rosuav@gmail.com>
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 <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.3633.1364042500.2939.python-list@python.org> (permalink)
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

Show key headers only | View raw


On Sat, Mar 23, 2013 at 11:27 PM, Colin J. Williams <cjw@ncf.ca> 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

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Change in Python 3.3 with the treatment of sys.argv "Colin J. Williams" <cjw@ncf.ca> - 2013-03-22 17:57 -0400
  Re: Change in Python 3.3 with the treatment of sys.argv Chris Angelico <rosuav@gmail.com> - 2013-03-23 09:13 +1100
  Re: Change in Python 3.3 with the treatment of sys.argv Ethan Furman <ethan@stoneleaf.us> - 2013-03-22 15:11 -0700
    Re: Change in Python 3.3 with the treatment of sys.argv "Colin J. Williams" <cjw@ncf.ca> - 2013-03-23 06:43 -0400
      Re: Change in Python 3.3 with the treatment of sys.argv Peter Otten <__peter__@web.de> - 2013-03-23 11:59 +0100
    Re: Change in Python 3.3 with the treatment of sys.argv "Colin J. Williams" <cjw@ncf.ca> - 2013-03-23 06:43 -0400
    Re: Change in Python 3.3 with the treatment of sys.argv "Colin J. Williams" <cjw@ncf.ca> - 2013-03-23 08:27 -0400
      Re: Change in Python 3.3 with the treatment of sys.argv Chris Angelico <rosuav@gmail.com> - 2013-03-23 23:34 +1100
    Re: Change in Python 3.3 with the treatment of sys.argv "Colin J. Williams" <cjw@ncf.ca> - 2013-03-23 08:27 -0400
  Re: Change in Python 3.3 with the treatment of sys.argv Peter Otten <__peter__@web.de> - 2013-03-22 23:33 +0100
  Re: Change in Python 3.3 with the treatment of sys.argv Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-03-22 23:45 +0000

csiph-web