Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a66bfec

Browse filesBrowse files
📜🤖 Added by blurb_it.
1 parent c73789f commit a66bfec
Copy full SHA for a66bfec

File tree

1 file changed

+9
-0
lines changed
Filter options

1 file changed

+9
-0
lines changed
+9Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
fix Flag to use boundary CONFORM
2+
3+
This restores previous Flag behavior of allowing flags with non-sequential values to be combined; e.g.
4+
5+
class Skip(Flag):
6+
TWO = 2
7+
EIGHT = 8
8+
9+
Skip.TWO | Skip.EIGHT -> <Skip.TWO|EIGHT: 10>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.