Message 259272 - Python tracker
Message259272
| Author | nchammas |
|---|---|
| Recipients | Christian.Clauss, Justin.Cappos, jackdied, lemburg, math_foo, nchammas, ronaldoussoren |
| Date | 2016-01-31.01:08:41 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1454202521.44.0.42514777002.issue7850@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
As of Python 3.5.1 [0], it looks like 1) the `aliased` and `terse` parameters of `platform.platform()` are documented to take integers instead of booleans (contrary to what Marc-Andre requested), and 2) calling `platform.platform()` with `aliased` set to 1 or True still returns "Darwin" on OS X. Is this by design? [0] https://docs.python.org/3.5/library/platform.html#platform.platform |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-01-31 01:08:41 | nchammas | set | recipients: + nchammas, lemburg, ronaldoussoren, jackdied, Justin.Cappos, Christian.Clauss, math_foo |
| 2016-01-31 01:08:41 | nchammas | set | messageid: <1454202521.44.0.42514777002.issue7850@psf.upfronthosting.co.za> |
| 2016-01-31 01:08:41 | nchammas | link | issue7850 messages |
| 2016-01-31 01:08:41 | nchammas | create | |