-
-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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
wrong opname in 3.13 dis module documentation #125875
Comments
Looks like a typo in the docs, would you like to open a PR? |
tomasr8
added
3.13
bugs and security fixes
3.14
new features, bugs and security fixes
labels
Oct 23, 2024
corona10
pushed a commit
that referenced
this issue
Nov 2, 2024
Fix docs typo FORMAT_SPEC to FORMAT_WITH_SPEC
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Nov 2, 2024
…ngh-126319) Fix docs typo FORMAT_SPEC to FORMAT_WITH_SPEC (cherry picked from commit 914356f4d485e378eb692e57d822b893acc0c0da) Co-authored-by: rimchoi <[email protected]>
corona10
pushed a commit
that referenced
this issue
Nov 2, 2024
Thank you @rimi0108 for contributing, let's close the issue :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
According to python 3.13 changelog there are three new opcodes replacing FORMAT_VALUE - CONVERT_VALUE, FORMAT_SIMPLE and FORMAT_WITH_SPEC.
But in https://docs.python.org/3/library/dis.html there are mentioned CONVERT_VALUE, FORMAT_SIMPLE and FORMAT_SPEC
Linked PRs
The text was updated successfully, but these errors were encountered: