8000 re.A re.ASCII · python/python-docs-es@1e0ef48 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1e0ef48

Browse files
committed
re.A re.ASCII
1 parent 699bf9c commit 1e0ef48

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

library/re.po

Lines changed: 10 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 22:00+0200\n"
14+
"PO-Revision-Date: 2020-05-23 22:07+0200\n"
1515
"Language-Team: python-doc-es\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1276,6 +1276,10 @@ msgid ""
12761276
"only meaningful for Unicode patterns, and is ignored for byte patterns. "
12771277
"Corresponds to the inline flag ``(?a)``."
12781278
msgstr ""
1279+
"Hace que ``\\w``, ``\\W``, ``\\b``, ``\\B``, ``\\d``, ``\\D``, ``\\s`` y ``"
1280+
"\\S`` realicen una coincidencia ASCII en lugar de una concordancia Unicode. "
1281+
"Esto sólo tiene sentido para los patrones de Unicode, y se ignora para los "
1282+
"patrones de bytes. Corresponde al indicador en línea ``(?a)``."
12791283

12801284
#: ../Doc/library/re.rst:649
12811285
msgid ""
@@ -1284,6 +1288,11 @@ msgid ""
12841288
"u)``), but these are redundant in Python 3 since matches are Unicode by "
12851289
"default for strings (and Unicode matching isn't allowed for bytes)."
12861290
msgstr ""
1291+
"Notar que para la compatibilidad con versiones anteriores, el indicador :"
1292+
"const:`re.U` todavía existe (así como su sinónimo :const:`re.UNICODE` y su "
1293+
"contraparte incrustada ``(?u)``), pero estos son redundantes en Python 3 ya "
1294+
"que las coincidencias son Unicode por defecto para las cadenas (y no se "
1295+
"permite la coincidencia Unicode para los bytes)."
12871296

12881297
#: ../Doc/library/re.rst:658
12891298
msgid ""

0 commit comments

Comments
 (0)
0