Change in Python 3.3 with the treatment of sys.argv

Peter Otten __peter__ at web.de
Sat Mar 23 06:59:36 EDT 2013


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.





More information about the Python-list mailing list