@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.15\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2026-05-09 14:43 +0000\n "
14+ "POT-Creation-Date : 2026-05-13 16:14 +0000\n "
1515"PO-Revision-Date : 2026-05-08 18:36+0000\n "
1616"Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2026\n "
1717"Language-Team : Portuguese (Brazil) (https://app.transifex.com/python-doc/ "
@@ -37,19 +37,28 @@ msgstr ""
3737
3838#: ../../c-api/sentinel.rst:17
3939msgid ""
40- "Return true if *o* is a :class:`sentinel` object. The :class:`sentinel` "
41- "type does not allow subclasses, so this check is exact."
40+ "Return true if *o* is a :class:`sentinel` object or a subtype. The :class:"
41+ "`sentinel` type does not currently allow subclasses, so this check is exact. "
42+ "Future Python versions may choose to allow subtyping. This function always "
43+ "succeeds."
4244msgstr ""
4345
44- #: ../../c-api/sentinel.rst:24
46+ #: ../../c-api/sentinel.rst:27
47+ msgid ""
48+ "Return true if *o* is a :class:`sentinel` object, but not a subtype. The :"
49+ "class:`sentinel` type does not currently allow subclasses. Future Python "
50+ "versions may choose to allow subtyping. This function always succeeds."
51+ msgstr ""
52+
53+ #: ../../c-api/sentinel.rst:36
4554msgid ""
4655"Return a new :class:`sentinel` object with :attr:`~sentinel.__name__` set to "
4756"*name* and :attr:`~sentinel.__module__` set to *module_name*. *name* must "
4857"not be ``NULL``. If *module_name* is ``NULL``, :attr:`~sentinel.__module__` "
4958"is set to ``None``. Return ``NULL`` with an exception set on failure."
5059msgstr ""
5160
52- #: ../../c-api/sentinel.rst:30
61+ #: ../../c-api/sentinel.rst:42
5362msgid ""
5463"For pickling to work, *module_name* must be the name of an importable "
5564"module, and the sentinel must be accessible from that module under a path "
0 commit comments