Message 191414 - Python tracker
Message191414
| Author | ronaldoussoren |
|---|---|
| Recipients | jkloth, ronaldoussoren |
| Date | 2013-06-18.14:49:10 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1371566950.94.0.270257061574.issue18255@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
So much for obviously correct changes... 1) fix typo in import statement (from sysconfig import import ...) 2) setup.py uses sysconfig.get_path and that's not present in distutils.sysconfig. (Sigh..., why are there two modules with almost but not entirely equal functionality and APIs?) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-06-18 14:49:10 | ronaldoussoren | set | recipients: + ronaldoussoren, jkloth |
| 2013-06-18 14:49:10 | ronaldoussoren | set | messageid: <1371566950.94.0.270257061574.issue18255@psf.upfronthosting.co.za> |
| 2013-06-18 14:49:10 | ronaldoussoren | link | issue18255 messages |
| 2013-06-18 14:49:10 | ronaldoussoren | create | |