Skip to content

Commit e5a61f2

Browse files
committed
Removing translation from trailing whitespace entry
1 parent edad78b commit e5a61f2

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

whatsnew/3.4.po

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1537,18 +1537,6 @@ msgid ""
15371537
" ' 6 BINARY_ADD',\n"
15381538
" ' 7 RETURN_VALUE']"
15391539
msgstr ""
1540-
">>> bytecode = dis.Bytecode(lambda x: x + 1, current_offset=3)\n"
1541-
">>> for instr in bytecode:\n"
1542-
"... print('{} ({})'.format(instr.opname, instr.opcode))\n"
1543-
"LOAD_FAST (124)\n"
1544-
"LOAD_CONST (100)\n"
1545-
"BINARY_ADD (23)\n"
1546-
"RETURN_VALUE (83)\n"
1547-
">>> bytecode.dis().splitlines() \n"
1548-
"[' 1 0 LOAD_FAST 0 (x)',\n"
1549-
" ' --> 3 LOAD_CONST 1 (1)',\n"
1550-
" ' 6 BINARY_ADD',\n"
1551-
" ' 7 RETURN_VALUE']"
15521540

15531541
#: ../Doc/whatsnew/3.4.rst:761
15541542
msgid ""

0 commit comments

Comments
 (0)