Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b3afc1e

Browse filesBrowse files
JelleZijlstramiss-islington
authored andcommitted
marshal docs: Remove reference to "Sun" (pythonGH-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. (cherry picked from commit 697465f) Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
1 parent d76d95e commit b3afc1e
Copy full SHA for b3afc1e

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎Doc/library/marshal.rst

Copy file name to clipboardExpand all lines: Doc/library/marshal.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
This module contains functions that can read and write Python values in a binary
1111
format. The format is specific to Python, but independent of machine
1212
architecture issues (e.g., you can write a Python value to a file on a PC,
13-
transport the file to a Sun, and read it back there). Details of the format are
13+
transport the file to a Mac, and read it back there). Details of the format are
1414
undocumented on purpose; it may change between Python versions (although it
1515
rarely does). [#]_
1616

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.