Skip to content

Bump whatsnew/3.10 to 3.14#3851

Open
cmaureir wants to merge 2 commits into3.14from
bump_whatsnew_3.10
Open

Bump whatsnew/3.10 to 3.14#3851
cmaureir wants to merge 2 commits into3.14from
bump_whatsnew_3.10

Conversation

@cmaureir
Copy link
Collaborator

Close #3439

@github-actions
Copy link

All entries translated, horray! 🎉

Copy link

@m-aciek m-aciek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like the code blocks are translated including Python keywords.

whatsnew/3.10.po Outdated
Comment on lines 357 to 361
">>> foo(x, z para z en el rango(10), t, w)\n"
" Archivo \"<stdin>\", línea 1\n"
" foo(x, z para z en el rango(10), t, w)\n"
" ^\n"
"SyntaxError: la expresión del generador debe estar entre paréntesis"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
">>> foo(x, z para z en el rango(10), t, w)\n"
" Archivo \"<stdin>\", línea 1\n"
" foo(x, z para z en el rango(10), t, w)\n"
" ^\n"
"SyntaxError: la expresión del generador debe estar entre paréntesis"
">>> foo(x, z for z in range(10), t, w)\n"
" File \"<stdin>\", line 1\n"
" foo(x, z for z in range(10), t, w)\n"
" ^\n"
"SyntaxError: Generator expression must be parenthesized"

this should be kept as msgid, without change. This is not valid Python.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for noticing!
The underlying issue is that we have a script that skip the entries marked with 'python-format' but many of the snippets are not marked now 🤔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Translate whatsnew/3.10.po

2 participants