@@ -11,7 +11,7 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"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 "
15
15
"Language-Team : python-doc-es\n "
16
16
"MIME-Version : 1.0\n "
17
17
"Content-Type : text/plain; charset=UTF-8\n "
@@ -1701,16 +1701,21 @@ msgid ""
1701
1701
"an arbitrary literal string that may have regular expression metacharacters "
1702
1702
"in it. For example::"
1703
1703
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::"
1704
1707
1705
1708
#: ../Doc/library/re.rst:945
1706
1709
msgid ""
1707
1710
"This function must not be used for the replacement string in :func:`sub` "
1708
1711
"and :func:`subn`, only backslashes should be escaped. For example::"
1709
1712
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::"
1710
1715
1711
1716
#: ../Doc/library/re.rst:953
1712
1717
msgid "The ``'_'`` character is no longer escaped."
1713
- msgstr ""
1718
+ msgstr "El carácter de ``'_'`` ya no se escapa. "
1714
1719
1715
1720
#: ../Doc/library/re.rst:956
1716
1721
msgid ""
@@ -1719,6 +1724,10 @@ msgid ""
1719
1724
"``'/'``, ``':'``, ``';'``, ``'<'``, ``'='``, ``'>'``, ``'@'``, and ``\" `\" `` "
1720
1725
"are no longer escaped."
1721
1726
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."
1722
1731
1723
1732
#: ../Doc/library/re.rst:965
1724
1733
msgid "Clear the regular expression cache."
0 commit comments