This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:41nchammassetrecipients: + nchammas, lemburg, ronaldoussoren, jackdied, Justin.Cappos, Christian.Clauss, math_foo
2016-01-31 01:08:41nchammassetmessageid: <1454202521.44.0.42514777002.issue7850@psf.upfronthosting.co.za>
2016-01-31 01:08:41nchammaslinkissue7850 messages
2016-01-31 01:08:41nchammascreate