@@ -12,7 +12,7 @@ msgid ""
1212msgstr ""
1313"Project-Id-Version : Python 3.14\n "
1414"Report-Msgid-Bugs-To : \n "
15- "POT-Creation-Date : 2026-01-15 14:20 +0000\n "
15+ "POT-Creation-Date : 2026-03-23 14:50 +0000\n "
1616"PO-Revision-Date : 2025-09-16 00:00+0000\n "
1717"Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n "
1818"Language-Team : Portuguese (Brazil) (https://app.transifex.com/python-doc/ "
@@ -214,40 +214,45 @@ msgstr ""
214214msgid ""
215215"Write object *obj* to file object *p*. The only supported flag for *flags* "
216216"is :c:macro:`Py_PRINT_RAW`; if given, the :func:`str` of the object is "
217- "written instead of the :func:`repr`. Return ``0`` on success or ``-1`` on "
218- "failure; the appropriate exception will be set."
217+ "written instead of the :func:`repr`."
218+ msgstr ""
219+
220+ #: ../../c-api/file.rst:128
221+ msgid "If *obj* is ``NULL``, write the string ``\" <NULL>\" ``."
222+ msgstr ""
223+
224+ #: ../../c-api/file.rst:130
225+ msgid ""
226+ "Return ``0`` on success or ``-1`` on failure; the appropriate exception will "
227+ "be set."
219228msgstr ""
220- "Escreve o objeto *obj* no objeto arquivo *p*. O único sinalizador suportado "
221- "para *flags* é :c:macro:`Py_PRINT_RAW`; se fornecido, o :func:`str` do "
222- "objeto é escrito em vez de :func:`repr`. Retorna ``0`` em caso de sucesso ou "
223- "``-1`` em caso de falha; a exceção apropriada será definida."
224229
225- #: ../../c-api/file.rst:132
230+ #: ../../c-api/file.rst:135
226231msgid ""
227232"Write string *s* to file object *p*. Return ``0`` on success or ``-1`` on "
228233"failure; the appropriate exception will be set."
229234msgstr ""
230235"Escreve a string *s* no objeto arquivo *p*. Retorna ``0`` em caso de sucesso "
231236"ou ``-1`` em caso de falha; a exceção apropriada será definida."
232237
233- #: ../../c-api/file.rst:137
238+ #: ../../c-api/file.rst:140
234239msgid "Deprecated API"
235240msgstr ""
236241
237- #: ../../c-api/file.rst:140
242+ #: ../../c-api/file.rst:143
238243msgid ""
239244"These are :term:`soft deprecated` APIs that were included in Python's C API "
240245"by mistake. They are documented solely for completeness; use other "
241246"``PyFile*`` APIs instead."
242247msgstr ""
243248
244- #: ../../c-api/file.rst:146
249+ #: ../../c-api/file.rst:149
245250msgid ""
246251"Use :c:func:`PyFile_FromFd` with defaults (``fd, NULL, \" w\" , -1, NULL, "
247252"NULL, NULL, 0``) instead."
248253msgstr ""
249254
250- #: ../../c-api/file.rst:150
255+ #: ../../c-api/file.rst:153
251256msgid ""
252257"Type of file-like objects used internally at Python startup when :py:mod:"
253258"`io` is not yet available. Use Python :py:func:`open` or :c:func:"
0 commit comments