Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e22fc6c

Browse files
authored
Fix build issues (#1383)
1 parent 55cb544 commit e22fc6c

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

dictionaries/library_socket.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ Sechrest
2424
Leffler
2525
WinSock
2626
Winsock
27+
Samuel

dictionaries/whatsnew_2.6.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,3 +111,4 @@ Johnson
111111
Lambacher
112112
Michlmayr
113113
Warner
114+
Brown

dictionaries/whatsnew_3.5.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,3 +136,4 @@ Yaari
136136
Yann
137137
Zachary
138138
Ziadé
139+
Lucas

whatsnew/2.6.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4745,7 +4745,7 @@ msgstr ""
47454745
#: ../Doc/whatsnew/2.6.rst:2747
47464746
#, fuzzy
47474747
msgid "The :mod:`future_builtins` module"
4748-
msgstr "El módulo :mod:`future_builtins"
4748+
msgstr "El módulo :mod:`future_builtins`"
47494749

47504750
#: ../Doc/whatsnew/2.6.rst:2749
47514751
#, fuzzy
@@ -4815,7 +4815,7 @@ msgid ""
48154815
"about JSON, see http://www.json.org."
48164816
msgstr ""
48174817
"El nuevo módulo :mod:`json` soporta la codificación y decodificación de "
4818-
"tipos Python en JSON (Javascript Object Notation). JSON es un formato de "
4818+
"tipos Python en JSON (*Javascript Object Notation*). JSON es un formato de "
48194819
"intercambio ligero que se utiliza a menudo en las aplicaciones web. Para más "
48204820
"información sobre JSON, consulte http://www.json.org."
48214821

@@ -5359,9 +5359,9 @@ msgstr ""
53595359
"Varios tipos de datos básicos, como los enteros y las cadenas, mantienen "
53605360
"listas internas de objetos libres que pueden reutilizarse. Las estructuras "
53615361
"de datos para estas listas libres siguen ahora una convención de "
5362-
"nomenclatura: la variable se llama siempre ``lista_libre``, el contador se "
5363-
"llama siempre ``numfree``, y<typename>siempre se define</typename> una macro "
5364-
"``Py_MAXFREELIST``<typename>.</typename>"
5362+
"nomenclatura: la variable se llama siempre ``free_list``, el contador se "
5363+
"llama siempre ``numfree``, y siempre se define una macro "
5364+
"``Py<typename>_MAXFREELIST``"
53655365

53665366
#: ../Doc/whatsnew/2.6.rst:3081
53675367
#, fuzzy

0 commit comments

Comments
 (0)