File tree 2 files changed +12
-2
lines changed
2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -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 : 2021-03-19 11:16+0100\n "
14
- "PO-Revision-Date : 2021-08-04 17:38 +0200\n "
14
+ "PO-Revision-Date : 2021-08-12 20:29 +0200\n "
15
15
"Last-Translator : Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n "
16
16
"Language : es_US\n "
17
17
"Language-Team : python-doc-es\n "
@@ -305,6 +305,12 @@ msgid ""
305
305
"passed, which determines how encoding errors are handled. For available "
306
306
"values and the default, see the documentation for :func:`open`."
307
307
msgstr ""
308
+ "Se agregó el argumento *encoding*. En versiones anteriores de Python, o si "
309
+ "no se especifica, la codificación utilizada es el valor predeterminado "
310
+ "utilizado por :func:`open`. Aunque no se muestra en el ejemplo anterior, "
311
+ "ahora también se puede pasar un argumento *errors*, que determina cómo se "
312
+ "manejan los errores de codificación. Para conocer los valores disponibles y "
313
+ "los predeterminados, consulte la documentación de :func:`open`."
308
314
309
315
#: ../Doc/howto/logging.rst:144
310
316
msgid ""
Original file line number Diff line number Diff line change @@ -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 : 2021-03-19 11:16+0100\n "
14
- "PO-Revision-Date : 2021-08-04 17:37 +0200\n "
14
+ "PO-Revision-Date : 2021-08-12 20:30 +0200\n "
15
15
"Last-Translator : Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n "
16
16
"Language : es\n "
17
17
"Language-Team : python-doc-es\n "
@@ -155,6 +155,10 @@ msgid ""
155
155
"is the one installed for the Python currently in use, whether it be a system-"
156
156
"wide ``pip`` or one installed within a :ref:`virtual environment <tut-venv>`."
157
157
msgstr ""
158
+ "Nota: El uso de ``python -m pip install`` garantiza que el ``pip`` que "
159
+ "invoca es el que está instalado para el Python actualmente en uso, ya sea un "
160
+ "``pip`` de todo el sistema o uno instalado dentro de un :ref:`entorno "
161
+ "virtual <tut-venv>`."
158
162
159
163
#: ../Doc/howto/pyporting.rst:56
160
164
msgid "Details"
You can’t perform that action at this time.
0 commit comments