This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author fcr
Recipients eric.smith, fcr
Date 2010-11-05.12:00:21
SpamBayes Score 0.00036203017
Marked as misclassified No
Message-id <1288958424.02.0.685375959461.issue10322@psf.upfronthosting.co.za>
In-reply-to
Content
2.6.18-194.17.1.el5 #1 SMP Wed Sep 29 12:51:33 EDT 2010 i686 i686 i386 GNU/Linux

GNU bash, version 3.2.25(1)-release (i686-redhat-linux-gnu)

I wrote test program in C to do the same thing as before and the arguments are treated properly:

> ./testcargs arg1 arg2 "this should be one arg"
argument 0 is:    ./testcargs
argument 1 is:    arg1
argument 2 is:    arg2
argument 3 is:    this should be one arg

My suspicion is that sys implementation goes into a branch intended for a different OS.
History
Date User Action Args
2010-11-05 12:00:24fcrsetrecipients: + fcr, eric.smith
2010-11-05 12:00:24fcrsetmessageid: <1288958424.02.0.685375959461.issue10322@psf.upfronthosting.co.za>
2010-11-05 12:00:22fcrlinkissue10322 messages
2010-11-05 12:00:21fcrcreate