Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

traducido whatsnew/2.1.po #2095

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 5 commits into from
Oct 28, 2022
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
Next Next commit
se me olvidó usar powrap jeje
  • Loading branch information
Jaime02 committed Oct 27, 2022
commit 6124416be2001e04e561e557855a0ae3bc216514
18 changes: 9 additions & 9 deletions 18 whatsnew/2.1.po
Original file line number Diff line number Diff line change
Expand Up @@ -438,18 +438,18 @@ msgstr ""
msgid ""
"The built-in ``cmp(A,B)`` function can use the rich comparison machinery, "
"and now accepts an optional argument specifying which comparison operation "
"to use; this is given as one of the strings ``\"<\"``, ``\"<=\"``, ``\">"
"\"``, ``\">=\"``, ``\"==\"``, or ``\"!=\"``. If called without the optional "
"third argument, :func:`cmp` will only return -1, 0, or +1 as in previous "
"versions of Python; otherwise it will call the appropriate method and can "
"return any Python object."
"to use; this is given as one of the strings ``\"<\"``, ``\"<=\"``, "
"``\">\"``, ``\">=\"``, ``\"==\"``, or ``\"!=\"``. If called without the "
"optional third argument, :func:`cmp` will only return -1, 0, or +1 as in "
"previous versions of Python; otherwise it will call the appropriate method "
"and can return any Python object."
msgstr ""
"La función incorporada ``cmp(A,B)`` puede utilizar la comparación "
"enriquecida, y ahora acepta un argumento opcional que especifica la "
"operación de comparación a utilizar; esto se da como una de las cadenas ``\"<"
"\"``, ``\"<=\"``, ``\">\"``, ``\">=\"``, ``\"==\"``, o ``\"!=\"``. Si se "
"llama sin el tercer argumento opcional, :func:`cmp` sólo retornará -1, 0 o "
"+1 como en versiones anteriores de Python; en caso contrario, llamará al "
"operación de comparación a utilizar; esto se da como una de las cadenas "
"``\"<\"``, ``\"<=\"``, ``\">\"``, ``\">=\"``, ``\"==\"``, o ``\"!=\"``. Si "
"se llama sin el tercer argumento opcional, :func:`cmp` sólo retornará -1, 0 "
"o +1 como en versiones anteriores de Python; en caso contrario, llamará al "
"método apropiado y puede retornar cualquier objeto de Python."

#: ../Doc/whatsnew/2.1.rst:214
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.