Skip to content

Conversation

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented May 7, 2024

The provided example was incorrect:

  • The example enum was missing the int mixin as implied by the context
  • The value of int('1a', 16) was incorrectly given as 17
    (should be 26)
    (cherry picked from commit 48e52fe)

Co-authored-by: Momo Eissenhauer [email protected]


📚 Documentation preview 📚: https://cpython-previews--118699.org.readthedocs.build/

…118311)

The provided example was incorrect:
- The example enum was missing the `int` mixin as implied by the context
- The value of `int('1a', 16)` was incorrectly given as 17
  (should be 26)
(cherry picked from commit 48e52fe)

Co-authored-by: Momo Eissenhauer <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir skip news

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants