Skip to content

Commit e3663f3

Browse files
committed
re.escape
1 parent 45f6c5c commit e3663f3

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

library/re.po

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
14-
"PO-Revision-Date: 2020-05-24 16:29+0200\n"
14+
"PO-Revision-Date: 2020-05-24 16:33+0200\n"
1515
"Language-Team: python-doc-es\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1701,16 +1701,21 @@ msgid ""
17011701
"an arbitrary literal string that may have regular expression metacharacters "
17021702
"in it. For example::"
17031703
msgstr ""
1704+
"Caracteres de escape especiales en *pattern* (\" patrón\"). Esto es útil si "
1705+
"quieres hacer coincidir una cadena literal arbitraria que puede tener "
1706+
"metacaracteres de expresión regular en ella. Por ejemplo::"
17041707

17051708
#: ../Doc/library/re.rst:945
17061709
msgid ""
17071710
"This function must not be used for the replacement string in :func:`sub` "
17081711
"and :func:`subn`, only backslashes should be escaped. For example::"
17091712
msgstr ""
1713+
"Esta función no debe usarse para la cadena de reemplazo en :func:`sub` y :"
1714+
"func:`subn`, sólo deben escaparse las barras inversas. Por ejemplo::"
17101715

17111716
#: ../Doc/library/re.rst:953
17121717
msgid "The ``'_'`` character is no longer escaped."
1713-
msgstr ""
1718+
msgstr "El carácter de ``'_'`` ya no se escapa."
17141719

17151720
#: ../Doc/library/re.rst:956
17161721
msgid ""
@@ -1719,6 +1724,10 @@ msgid ""
17191724
"``'/'``, ``':'``, ``';'``, ``'<'``, ``'='``, ``'>'``, ``'@'``, and ``\"`\"`` "
17201725
"are no longer escaped."
17211726
msgstr ""
1727+
"Sólo se escapan los caracteres que pueden tener un significado especial en "
1728+
"una expresión regular. Como resultado, ``'!'``, ``'\"'``, ``'%'``, ``"
1729+
"\"'\"``, ``','``, ``'/'``, ``':'``, ``';'``, ``'<'``, ``'='``, ``'>'``, "
1730+
"``'@'`` y ``\"`\"`` ya no se escapan."
17221731

17231732
#: ../Doc/library/re.rst:965
17241733
msgid "Clear the regular expression cache."

0 commit comments

Comments
 (0)