Skip to content

Commit 785c083

Browse files
committed
Traducción de library/urllib.request
1 parent 5debc1a commit 785c083

File tree

3 files changed

+825
-83
lines changed

3 files changed

+825
-83
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
- name: Pospell
3434
run: |
3535
python scripts/create_dict.py
36-
pospell -p dict.txt -l es_AR -l es_ES **/*.po
36+
pospell -p dict.txt -l es_ES **/*.po
3737
- name: Construir documentación
3838
run: PYTHONWARNINGS=ignore::FutureWarning sphinx-build -j auto -W --keep-going -b html -d cpython/Doc/_build/doctree -D language=es . cpython/Doc/_build/html
+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
reinterpretada
2+
hackear
3+
redireccionadas
4+
sobrescribible
5+
reintentando
6+
Redirecciona
7+
definirlo
8+
reintentará
9+
encadenación
10+
urlretrieve
11+
UnknownHandler
12+
urlencode
13+
DataHandler
14+
FileHandler
15+
ProxyBasicAuthHandler
16+
AbstractDigestAuthHandler
17+
ProxyDigestAuthHandler
18+
BaseHandler
19+
OpenerDirector
20+
getter
21+
Handler
22+
Digest
23+
BasicAuth
24+
ProxyHandler
25+
userinfo
26+
msg
27+
AbstractBasicAuthHandler

0 commit comments

Comments
 (0)