Message179934
| Author | ncoghlan |
|---|---|
| Recipients | ncoghlan |
| Date | 2013-01-14.12:03:08 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1358164994.53.0.497203238771.issue16961@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Accessing an environment variable without Py_GETENV (or breaking Py_IgnoreEnvironmentFlag configuration *cough*) may lead to environment variables being accessed even if -E is passed on the command line. As part of the PEP 432 implementation, I'm adding appropriate regression tests for affected environment variables as I go. Creating this as a reminder to look into backporting the relevant regression tests at least to 3.3 |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-01-14 12:03:16 | ncoghlan | set | recipients: + ncoghlan |
| 2013-01-14 12:03:14 | ncoghlan | set | messageid: <1358164994.53.0.497203238771.issue16961@psf.upfronthosting.co.za> |
| 2013-01-14 12:03:14 | ncoghlan | link | issue16961 messages |
| 2013-01-14 12:03:09 | ncoghlan | create | |