@@ -402,15 +402,18 @@ msgstr ""
402
402
msgid ""
403
403
"Print a short description of Python-specific environment variables and exit."
404
404
msgstr ""
405
+ "Imprima una breve descripción de las variables de entorno específicas de Phyton y salga."
405
406
406
407
#: ../Doc/using/cmdline.rst:207
407
408
msgid ""
408
409
"Print a description of implementation-specific :option:`-X` options and exit."
409
410
msgstr ""
411
+ "Imprima una descripción de las opciones :option:`-X` específicas de la implementación y salga."
410
412
411
413
#: ../Doc/using/cmdline.rst:214
412
414
msgid "Print complete usage information and exit."
413
415
msgstr ""
416
+ "Imprima información completa de uso y salga."
414
417
415
418
#: ../Doc/using/cmdline.rst:221
416
419
msgid "Print the Python version number and exit. Example output could be:"
@@ -501,6 +504,7 @@ msgstr ""
501
504
#: ../Doc/using/cmdline.rst:283
502
505
msgid "See also the :option:`-P` and :option:`-I` (isolated) options."
503
506
msgstr ""
507
+ "Véase también las opciones :option:`-P` e :option:`-I` (aisladas)."
504
508
505
509
#: ../Doc/using/cmdline.rst:288
506
510
msgid ""
@@ -528,6 +532,8 @@ msgid ""
528
532
"Run Python in isolated mode. This also implies :option:`-E`, :option:`-P` "
529
533
"and :option:`-s` options."
530
534
msgstr ""
535
+ "Ejecute Python en modo aislado. Esto también implica las opciones :option:`-E`, :option:`-P` "
536
+ "y :option:`-s`."
531
537
532
538
#: ../Doc/using/cmdline.rst:302
533
539
msgid ""
@@ -536,6 +542,10 @@ msgid ""
536
542
"variables are ignored, too. Further restrictions may be imposed to prevent "
537
543
"the user from injecting malicious code."
538
544
msgstr ""
545
+ "En modo aislado :data:`sys.path` no contiene ni el directorio del script ni "
546
+ "el directorio site-packages del usuario. Todas las :envvar: de entorno:`PYTHON*` "
547
+ "variables de entorno también se ignoran. Se pueden imponer otras restricciones "
548
+ "para evitar que el usuario inyecte código malicioso."
539
549
540
550
#: ../Doc/using/cmdline.rst:312
541
551
msgid ""
0 commit comments