Re: [Python-Dev] Thank you.

2016-02-22 Thread Giampaolo Rodola'
On Sun, Feb 21, 2016 at 9:29 AM, Alexander Walters wrote: > I don't know if it is appropriate for this list, or not. I don't exactly > care. As much as I might disagree with some of you... > > Thank you. > >From time to time I also think about how deeply Python impacted my life. Places I visit

Re: [Python-Dev] Disabling changing sys.argv[0] with runpy.run_module(...alter_sys=True)

2016-02-22 Thread Nick Coghlan
On 17 February 2016 at 15:42, Gregory P. Smith wrote: > sys.argv represents the C main() argv array. Your inclination (in the > linked to bug above) to leave sys.argv[0] alone is a good one. > No, it doesn't - it represents the state of argv *after* CPython's main function is done processing arg