Skip to content

Commit 262f785

Browse files
committed
Update dataclass documentation for new __eq__ behavior in 3.13 and add tests
1 parent 3692677 commit 262f785

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Doc/library/platform.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,6 @@ Cross platform
5656
Returns the machine type, e.g. ``'AMD64'``. An empty string is returned if the
5757
value cannot be determined.
5858

59-
.. note::
60-
61-
The output of :func:`platform.machine` is system-dependent and may differ
62-
in casing and naming conventions across platforms. For example, on Apple
63-
Silicon macOS it may return ``'arm64'`` (lowercase), while on Windows-on-ARM
64-
it may return ``'ARM64'`` (uppercase). If you need consistent results,
65-
normalize the output in your code.
66-
6759

6860
.. function:: node()
6961

0 commit comments

Comments
 (0)