mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
marshal docs: Remove reference to "Sun" (#119161)
Nobody has been using a Sun machine for a long time. When I saw this sentence in a lightning talk just now, I thought it was talking about sending Python code on a spacecraft.
This commit is contained in:
parent
ba8af84864
commit
697465ff88
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
This module contains functions that can read and write Python values in a binary
|
||||
format. The format is specific to Python, but independent of machine
|
||||
architecture issues (e.g., you can write a Python value to a file on a PC,
|
||||
transport the file to a Sun, and read it back there). Details of the format are
|
||||
transport the file to a Mac, and read it back there). Details of the format are
|
||||
undocumented on purpose; it may change between Python versions (although it
|
||||
rarely does). [#]_
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue