Skip to content

Traducido archivo howto/clinic #2372

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 10 commits into from Apr 12, 2023
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
Add fuzzy again
  • Loading branch information
srmorita committed Apr 11, 2023
commit 66c86fec7e22fdf02b6b878ce456db39524edbd3
6 changes: 5 additions & 1 deletion howto/clinic.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-25 19:47+0200\n"
"PO-Revision-Date: 2023-04-11 16:58-0400\n"
"PO-Revision-Date: 2023-04-11 17:14-0400\n"
"Last-Translator: Francisco Mora <fr.morac@duocuc.cl>\n"
"Language-Team: python-doc-es\n"
"Language: es\n"
Expand Down Expand Up @@ -806,6 +806,7 @@ msgstr ""
"existente con la macro, *no* agregue una coma al final."

#: ../Doc/howto/clinic.rst:542
#, fuzzy
msgid ""
"Compile, then run the relevant portions of the regression-test suite. This "
"change should not introduce any new compile-time warnings or errors, and "
Expand Down Expand Up @@ -2179,6 +2180,7 @@ msgstr ""
"*ambas* funciones.)"

#: ../Doc/howto/clinic.rst:1120
#, fuzzy
msgid ""
"Sorry, there's no syntax for partially cloning a function, or cloning a "
"function then modifying it. Cloning is an all-or nothing proposition."
Expand Down Expand Up @@ -2352,6 +2354,7 @@ msgstr ""
"``__init__`` y ``__new__``, que no pueden usar la convención ``METH_METHOD``."

#: ../Doc/howto/clinic.rst:1251
#, fuzzy
msgid ""
"It is not possible to use ``defining_class`` with slot methods. In order to "
"fetch the module state from such methods, use :c:func:"
Expand Down Expand Up @@ -2526,6 +2529,7 @@ msgstr ""
"``Modules/zlibmodule.c``::"

#: ../Doc/howto/clinic.rst:1349
#, fuzzy
msgid ""
"This block adds a converter to Argument Clinic named ``ssize_t``. "
"Parameters declared as ``ssize_t`` will be declared as type :c:type:"
Expand Down