8000 marshal docs: Remove reference to "Sun" by JelleZijlstra · Pull Request #119161 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

marshal docs: Remove reference to "Sun" #119161

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
marshal docs: Remove reference to "Sun"
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.
  • Loading branch information
JelleZijlstra committed May 18, 2024
commit 97ee9ed43a9f1c726da12381a71b6e7013455623
2 changes: 1 addition & 1 deletion Doc/library/marshal.rst
5D91
Original file line number Diff line number Diff line change
Expand Up @@ -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). [#]_

Expand Down
0