Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0df93da

Browse files
committed
Merge branch '3.8' ofhttps://github.com/python/python-docs-es into claudia_unittest
2 parents468c40e +f671fc1 commit0df93da

13 files changed

+1355
-536
lines changed

‎Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ help:
4141
# treated as errors, which is good to skip simple Sphinx syntax mistakes.
4242
.PHONY: build
4343
build: setup
44-
PYTHONWARNINGS=ignore::FutureWarning$(VENV)/bin/sphinx-build -j auto -W --keep-going -b html -d$(OUTPUT_DOCTREE) -D language=$(LANGUAGE).$(OUTPUT_HTML)&&\
45-
@echo"Success! Open file://`pwd`/$(OUTPUT_HTML)/index.html,"\
46-
"or run 'make serve' to see them in http://localhost:8000";
44+
PYTHONWARNINGS=ignore::FutureWarning$(VENV)/bin/sphinx-build -j auto -W --keep-going -b html -d$(OUTPUT_DOCTREE) -D language=$(LANGUAGE).$(OUTPUT_HTML)&&\
45+
echo"Success! Open file://`pwd`/$(OUTPUT_HTML)/index.html,"\
46+
"or run 'make serve' to see them in http://localhost:8000";
4747

4848

4949
# setup: After running "venv" target, prepare that virtual environment with
@@ -78,7 +78,7 @@ serve:
7878
# could have been created by the actions in other targets of this script
7979
.PHONY: clean
8080
clean:
81-
rm -fr$(VENV)
81+
rm -rf$(VENV)
8282
rm -rf$(POSPELL_TMP_DIR)
8383
find -name'*.mo' -delete
8484

‎TRANSLATORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Omar Mendo (@beejeke)
4141
Darwing Medina Lacayo (@darwing1210)
4242
Claudia Millán Nebot (@clacri @cheshireminima)
4343
María José Molina Contreras (@mjmolina)
44+
Álvaro Mondéjar Rubio (@mondeja)
4445
Marco Moresi (@mrcmoresi)
4546
Federico Jurío (@FedericoJurio)
4647
Marco Richetta (@marcorichetta)
@@ -51,6 +52,7 @@ Juan Ignacio Rodríguez de León (@euribates)
5152
Pablo Lobariñas (@Qkolnek)
5253
Santiago Piccinini (@spiccinini)
5354
Julián Pérez (@jcpmmx)
55+
Victoria Perez Mola (@victoriapm)
5456
Agustina Quiros (@qagustina)
5557
Xavi Rambla Centellas (@xavirambla)
5658
Cristian Rengifo (@ingrengifo)
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
async
2+
await
3+
loop
4+
concurrentemente
5+
completitud
6+
pools
7+
pub
8+
Monitorea
9+
corrutina
10+
subprocesos
11+
socket
12+
sockets

‎dictionaries/library_dataclasses.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
pseudocampo
2+
pseudocampos

‎dictionaries/library_getpass.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
getpass

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp