Message 330657 - Python tracker
Message330657
| Author | vstinner |
|---|---|
| Recipients | vstinner |
| Date | 2018-11-29.01:42:37 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1543455759.08.0.788709270274.issue35346@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Lib/platform.py still contains code to support Python 2.3. It's maybe time to modernize it. platform imports subprocess since commit fc990e942fb55be78e8352f4913749e91cac381d. The two calls to os.popen() can now be replaced with subprocess.Popen. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-11-29 01:42:39 | vstinner | set | recipients: + vstinner |
| 2018-11-29 01:42:39 | vstinner | set | messageid: <1543455759.08.0.788709270274.issue35346@psf.upfronthosting.co.za> |
| 2018-11-29 01:42:38 | vstinner | link | issue35346 messages |
| 2018-11-29 01:42:37 | vstinner | create | |