File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -261,17 +261,24 @@ msgid ""
261
261
"from a user editable configuration file for customized logging without "
262
262
"altering the application."
263
263
msgstr ""
264
+ "El sistema de registro puede configurarse directamente desde Python o puede "
265
+ "cargarse la configuración desde un archivo editable por el usuario para "
266
+ "personalizar el registro sin alterar la aplicación."
264
267
265
268
#: ../Doc/tutorial/stdlib2.rst:248
266
269
msgid "Weak References"
267
- msgstr ""
270
+ msgstr "Referencias débiles "
268
271
269
272
#: ../Doc/tutorial/stdlib2.rst:250
270
273
msgid ""
271
274
"Python does automatic memory management (reference counting for most objects "
272
275
"and :term:`garbage collection` to eliminate cycles). The memory is freed "
273
276
"shortly after the last reference to it has been eliminated."
274
277
msgstr ""
278
+ "Python realiza administración de memoria automática (cuenta de referencias "
279
+ "para la mayoría de los objetos, y `garbage collection` (recolección de "
280
+ "basura) para eliminar ciclos). La memoria se libera poco después de que la "
281
+ "última referencia a la misma haya sido eliminada."
275
282
276
283
#: ../Doc/tutorial/stdlib2.rst:254
277
284
msgid ""
You can’t perform that action at this time.
0 commit comments