Skip to content

Commit

Permalink
bpo-39383: Mention Darwin as a potential value for platform.system() (G…
Browse files Browse the repository at this point in the history
  • Loading branch information
bittner authored and ned-deily committed Jan 20, 2020
1 parent a96e06d commit 8d57a41
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Doc/library/platform.rst
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ Cross Platform

.. function:: system()

Returns the system/OS name, e.g. ``'Linux'``, ``'Windows'``, or ``'Java'``. An
empty string is returned if the value cannot be determined.
Returns the system/OS name, such as ``'Linux'``, ``'Darwin'``, ``'Java'``,
``'Windows'``. An empty string is returned if the value cannot be determined.


.. function:: system_alias(system, release, version)
Expand Down Expand Up @@ -260,4 +260,3 @@ Unix Platforms
using :program:`gcc`.

The file is read and scanned in chunks of *chunksize* bytes.

0 comments on commit 8d57a41

Please sign in to comment.