- Notifications
You must be signed in to change notification settings - Fork396
removed the fuzzy entries from library functions#725
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Changes from1 commit
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -725,7 +725,6 @@ msgstr "" | ||
"Si quieres transformar código Python a su representación AST, revisa :func:" | ||
"`ast.parse`." | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. #, fuzzy | ||
msgid "" | ||
"Raises an :ref:`auditing event <auditing>` ``compile`` with arguments " | ||
"``source``, ``filename``." | ||
@@ -755,9 +754,7 @@ msgstr "" | ||
"mínimo. Esto facilita la detección de declaraciones completas e incompletas " | ||
"en el módulo :mod:`code`." | ||
#: ../Doc/library/functions.rst:295 | ||
msgid "" | ||
"It is possible to crash the Python interpreter with a sufficiently large/" | ||
"complex string when compiling to an AST object due to stack depth " | ||
@@ -1097,7 +1094,6 @@ msgstr "" | ||
"Véase :func:`ast.literal_eval`, una función que puede evaluar de forma " | ||
"segura cadenas con expresiones que contienen solo literales." | ||
clacri marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
msgid "" | ||
"Raises an :ref:`auditing event <auditing>` ``exec`` with argument " | ||
"``code_object``." | ||
@@ -1548,7 +1544,6 @@ msgstr "" | ||
"para proporcionar características más elaboradas de edición de líneas e " | ||
"historiales." | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. #, fuzzy | ||
msgid "" | ||
"Raises an :ref:`auditing event <auditing>` ``builtins.input`` with argument " | ||
"``prompt``." | ||
@@ -1564,7 +1559,6 @@ msgstr "" | ||
"Lanza un :ref:`evento de auditoría <auditing>` ``builtins.input`` con el " | ||
"argumento ``prompt`` antes de leer entrada" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. #, fuzzy | ||
msgid "" | ||
"Raises an :ref:`auditing event <auditing>` ``builtins.input/result`` with " | ||
"argument ``result``." | ||