@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.11\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2024-03-01 16:38 +0000\n "
14+ "POT-Creation-Date : 2024-03-09 01:26 +0000\n "
1515"PO-Revision-Date : 2023-05-24 02:15+0000\n "
1616"Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2023\n "
1717"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -352,6 +352,9 @@ msgstr ""
352352msgid "The value given to the ``Enum`` member::"
353353msgstr ""
354354
355+ msgid "Value of the member, can be set in :meth:`~object.__new__`."
356+ msgstr ""
357+
355358msgid "Enum member values"
356359msgstr ""
357360
@@ -361,10 +364,14 @@ msgid ""
361364"appropriate value will be chosen for you. See :class:`auto` for the details."
362365msgstr ""
363366
364- msgid "Name of the member."
367+ msgid ""
368+ "While mutable/unhashable values, such as :class:`dict`, :class:`list` or a "
369+ "mutable :class:`~dataclasses.dataclass`, can be used, they will have a "
370+ "quadratic performance impact during creation relative to the total number of "
371+ "mutable/unhashable values in the enum."
365372msgstr ""
366373
367- msgid "Value of the member, can be set in :meth:`~object.__new__` ."
374+ msgid "Name of the member."
368375msgstr ""
369376
370377msgid ""
0 commit comments