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


Groups > comp.lang.python > #41726

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

From Peter Otten <__peter__@web.de>
Subject Re: Change in Python 3.3 with the treatment of sys.argv
Date 2013-03-23 11:59 +0100
Organization None
References <kiik4o$s8b$1@theodyn.ncf.ca> <mailman.3618.1363990906.2939.python-list@python.org> <514D8752.50309@ncf.ca>
Newsgroups comp.lang.python
Message-ID <mailman.3629.1364036381.2939.python-list@python.org> (permalink)

Show all headers | View raw


Colin J. Williams wrote:

> No, the same program ran against each of the three versions.  I assume
> that 3.3 behaves differently.

Please show some cooperation -- post actual code that shows the behaviour. 
Cut and paste instead of paraphrasing. 

Make it as small as you can. In your case that should be easy -- just rip 
out the actual benchmark and keep in only the tiny part that processes and 
prints sys.argv.

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