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 loewis
Recipients barry, benjamin.peterson, glyph, gregory.p.smith, iankko, loewis, pitrou, psss
Date 2009-05-06.07:25:19
SpamBayes Score 9.158821e-06
Marked as misclassified No
Message-id <1241594729.44.0.243000308894.issue5753@psf.upfronthosting.co.za>
In-reply-to
Content
I wonder why all these applications call PySys_SetArgv at all if they
don't have any arguments to set. In the gedit case, I just removed the
call from gedit, and it seems to work fine (sys.argv will be an empty list).
History
Date User Action Args
2009-05-06 07:25:29loewissetrecipients: + loewis, barry, gregory.p.smith, pitrou, benjamin.peterson, glyph, psss, iankko
2009-05-06 07:25:29loewissetmessageid: <1241594729.44.0.243000308894.issue5753@psf.upfronthosting.co.za>
2009-05-06 07:25:27loewislinkissue5753 messages
2009-05-06 07:25:26loewiscreate