Skip to content
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

Open
stopa27 opened this issue Oct 23, 2024 · 1 comment
Open

wrong opname in 3.13 dis module documentation #125875

stopa27 opened this issue Oct 23, 2024 · 1 comment
Labels
3.13 bugs and security fixes 3.14 new features, bugs and security fixes docs Documentation in the Doc dir

Comments

@stopa27
Copy link

stopa27 commented Oct 23, 2024

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

@stopa27 stopa27 added the docs Documentation in the Doc dir label Oct 23, 2024
@tomasr8
Copy link
Member

tomasr8 commented Oct 23, 2024

Looks like a typo in the docs, would you like to open a PR?

@tomasr8 tomasr8 added 3.13 bugs and security fixes 3.14 new features, bugs and security fixes labels Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.13 bugs and security fixes 3.14 new features, bugs and security fixes docs Documentation in the Doc dir
Projects
None yet
Development

No branches or pull requests

2 participants