Message 330943 - Python tracker
Message330943
| Author | vstinner |
|---|---|
| Recipients | brett.cannon, lemburg, serhiy.storchaka, vstinner |
| Date | 2018-12-03.13:00:34 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1543842034.64.0.788709270274.issue35346@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Another issue with Python 2 compatibility (I addition to platform.dist() removal) of Lib/platform.py from master: it uses re.ASCII which doesn't exist in Python 2.7. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-12-03 13:00:34 | vstinner | set | recipients: + vstinner, lemburg, brett.cannon, serhiy.storchaka |
| 2018-12-03 13:00:34 | vstinner | set | messageid: <1543842034.64.0.788709270274.issue35346@psf.upfronthosting.co.za> |
| 2018-12-03 13:00:34 | vstinner | link | issue35346 messages |
| 2018-12-03 13:00:34 | vstinner | create | |