Skip to content

Commit 0cf34e2

Browse files
📜🤖 Added by blurb_it.
1 parent d8daaff commit 0cf34e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
``enum.auto()`` is now correctly activated when combined with other assignment values. E.g. ``ONE = auto(), 'some text'`` will now evaluate as ``(1, 'some text')``.

0 commit comments

Comments
 (0)