8000 Translate whatsnew/3.4 by cmaureir · Pull Request #3320 · python/python-docs-es · GitHub
[go: up one dir, main page]

Skip to content

Translate whatsnew/3.4 #3320

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

Merged
merged 2 commits into from
Nov 25, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Removing translation from trailing whitespace entry
  • Loading branch information
cmaureir committed Nov 24, 2024
commit e5a61f273954657438a570ef487c896d79b97b7d
12 changes: 0 additions & 12 deletions whatsnew/3.4.po
Original file line number Diff line number Diff line change
Expand Up @@ -1537,18 +1537,6 @@ msgid ""
" ' 6 BINARY_ADD',\n"
" ' 7 RETURN_VALUE']"
msgstr ""
">>> bytecode = dis.Bytecode(lambda x: x + 1, current_offset=3)\n"
">>> for instr in bytecode:\n"
"... print('{} ({})'.format(instr.opname, instr.opcode))\n"
"LOAD_FAST (124)\n"
"LOAD_CONST (100)\n"
"BINARY_ADD (23)\n"
"RETURN_VALUE (83)\n"
">>> bytecode.dis().splitlines() \n"
"[' 1 0 LOAD_FAST 0 (x)',\n"
" ' --> 3 LOAD_CONST 1 (1)',\n"
" ' 6 BINARY_ADD',\n"
" ' 7 RETURN_VALUE']"

#: ../Doc/whatsnew/3.4.rst:761
msgid ""
Expand Down
0