Message360515
| Author | vstinner |
|---|---|
| Recipients | serhiy.storchaka, vstinner |
| Date | 2020-01-22.22:03:22 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1579730602.19.0.12336935299.issue39395@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
I closed bpo-39406: os.putenv() is now implemented with setenv() if available. The internal putenv_dict is no longer used on Windows and if setenv() is available. Now only non-Windows platforms without setenv() are affected by this issue. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2020-01-22 22:03:22 | vstinner | set | recipients: + vstinner, serhiy.storchaka |
| 2020-01-22 22:03:22 | vstinner | set | messageid: <1579730602.19.0.12336935299.issue39395@roundup.psfhosted.org> |
| 2020-01-22 22:03:22 | vstinner | link | issue39395 messages |
| 2020-01-22 22:03:22 | vstinner | create | |