[issue39383] Mention Darwin as a potential value for platform.system()

2020-01-20 Thread Ned Deily
Ned Deily added the comment: Thanks for the PR! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed type: enhancement -> versions: +Python 3.7, Python 3.8 ___ Python tracker

[issue39383] Mention Darwin as a potential value for platform.system()

2020-01-20 Thread miss-islington
miss-islington added the comment: New changeset c1964e09421e7ab61179eb4e2691e858a50d70e5 by Miss Islington (bot) in branch '3.8': bpo-39383: Mention Darwin as a potential value for platform.system() (GH-18054) https://github.com/python/cpython/commit/c1964e09421e7ab61179eb4e2691e858a50d70e5

[issue39383] Mention Darwin as a potential value for platform.system()

2020-01-20 Thread miss-islington
miss-islington added the comment: New changeset 3da839046359644f286195f5126035e162440af1 by Miss Islington (bot) in branch '3.7': bpo-39383: Mention Darwin as a potential value for platform.system() (GH-18054) https://github.com/python/cpython/commit/3da839046359644f286195f5126035e162440af1

[issue39383] Mention Darwin as a potential value for platform.system()

2020-01-20 Thread miss-islington
Change by miss-islington : -- pull_requests: +17481 pull_request: https://github.com/python/cpython/pull/18089 ___ Python tracker ___ __

[issue39383] Mention Darwin as a potential value for platform.system()

2020-01-20 Thread miss-islington
Change by miss-islington : -- keywords: +patch pull_requests: +17480 stage: -> patch review pull_request: https://github.com/python/cpython/pull/18088 ___ Python tracker ___ _

[issue39383] Mention Darwin as a potential value for platform.system()

2020-01-20 Thread Ned Deily
Ned Deily added the comment: New changeset 8d57a4182f0aa68e16d66dea31ba59e732612b4f by Ned Deily (Peter Bittner) in branch 'master': bpo-39383: Mention Darwin as a potential value for platform.system() (GH-18054) https://github.com/python/cpython/commit/8d57a4182f0aa68e16d66dea31ba59e732612b4

[issue39383] Mention Darwin as a potential value for platform.system()

2020-01-20 Thread Brett Cannon
Change by Brett Cannon : -- priority: normal -> low ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue39383] Mention Darwin as a potential value for platform.system()

2020-01-18 Thread Peter Bittner
New submission from Peter Bittner : The platform module's documentation mentions 'Linux', 'Windows' and 'Java' explicitly as values for `platform.system()`. https://docs.python.org/3/library/platform.html#platform.system Given the popularity of macOS among developers, this gives the impressio