mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
bpo-39383: Mention Darwin as a potential value for platform.system() (GH-18054)
This commit is contained in:
parent
a96e06db77
commit
8d57a4182f
1 changed files with 2 additions and 3 deletions
|
@ -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)
|
||||
|
@ -260,4 +260,3 @@ Unix Platforms
|
|||
using :program:`gcc`.
|
||||
|
||||
The file is read and scanned in chunks of *chunksize* bytes.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue