Skip to content

Commit 8fb84a2

Browse files
committed
re.L re.LOCALE
1 parent 2eb5583 commit 8fb84a2

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

library/re.po

Lines changed: 15 additions & 1 deletion
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-23 23:51+0200\n"
14+
"PO-Revision-Date: 2020-05-24 07:35+0200\n"
1515
"Language-Team: python-doc-es\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1347,19 +1347,33 @@ msgid ""
13471347
"Python 3 for Unicode (str) patterns, and it is able to handle different "
13481348
"locales/languages. Corresponds to the inline flag ``(?L)``."
13491349
msgstr ""
1350+
"Hace que las coincidencias ``\\w``, ``\\W``, ``\\b``, ``\\B`` y las "
1351+
"coincidencias insensibles a mayúsculas y minúsculas dependan de la "
1352+
"localización vigente. Este indicador sólo puede ser usado con patrones de "
1353+
"bytes. Se desaconseja su uso ya que el mecanismo de localización no es "
1354+
"confiable, sólo maneja una \"cultura\" a la vez, y sólo funciona con "
1355+
"localizaciones de 8 bits. La coincidencia Unicode ya está activada por "
1356+
"defecto en Python 3 para los patrones Unicode (str), y es capaz de manejar "
1357+
"diferentes localizaciones/idiomas. Corresponde al indicador en línea ``(?"
1358+
"L)``."
13501359

13511360
#: ../Doc/library/re.rst:692
13521361
msgid ""
13531362
":const:`re.LOCALE` can be used only with bytes patterns and is not "
13541363
"compatible with :const:`re.ASCII`."
13551364
msgstr ""
1365+
":const:`re.LOCALE` sólo se puede usar con patrones de bytes y no es "
1366+
"compatible con :const:`re.ASCII`."
13561367

13571368
#: ../Doc/library/re.rst:696
13581369
msgid ""
13591370
"Compiled regular expression objects with the :const:`re.LOCALE` flag no "
13601371
"longer depend on the locale at compile time. Only the locale at matching "
13611372
"time affects the result of matching."
13621373
msgstr ""
1374+
"Los objetos de expresión regular compilados con el indicador :const:`re."
1375+
"LOCALE` ya no dependen del lugar en el momento de la compilación. Sólo la "
1376+
"localización durante la coincidencia afecta al resultado obtenido."
13631377

13641378
#: ../Doc/library/re.rst:705
13651379
msgid ""

0 commit comments

Comments
 (0)