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

Skip to content

Fix build issues #1383

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 11, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix build issues
  • Loading branch information
cmaureir committed Oct 11, 2021
commit e43f38921cb4aeff733ae031c807d0a76cd8e911
1 change: 1 addition & 0 deletions dictionaries/library_socket.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ Sechrest
Leffler
WinSock
Winsock
Samuel
1 change: 1 addition & 0 deletions dictionaries/whatsnew_2.6.txt
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,4 @@ Johnson
Lambacher
Michlmayr
Warner
Brown
1 change: 1 addition & 0 deletions dictionaries/whatsnew_3.5.txt
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,4 @@ Yaari
Yann
Zachary
Ziadé
Lucas
10 changes: 5 additions & 5 deletions whatsnew/2.6.po
Original file line number Diff line number Diff line change
Expand Up @@ -4745,7 +4745,7 @@ msgstr ""
#: ../Doc/whatsnew/2.6.rst:2747
#, fuzzy
msgid "The :mod:`future_builtins` module"
msgstr "El módulo :mod:`future_builtins"
msgstr "El módulo :mod:`future_builtins`"

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

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

#: ../Doc/whatsnew/2.6.rst:3081
#, fuzzy
Expand Down