File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -1659,9 +1659,8 @@ It is worth noting that the implementation performs membership checks by calling
16591659requiring wildcard behavior may provide a custom object implementing
16601660``__contains__ `` to return ``True `` for all queries or other desired patterns.
16611661This design provides the necessary flexibility for advanced use cases while
1662- maintaining a simple and focused specification for the primary mechanism. Adding
1663- such helper objects to the standard library can be discussed in a future issue
1664- if this PEP is accepted.
1662+ maintaining a simple, focused specification for the primary mechanism. If this PEP is accepted, adding
1663+ such helper objects to the standard library can be discussed in a future issue. Presently, it is out of scope for this PEP.
16651664
16661665Disallowing lazy imports inside ``with `` blocks
16671666------------------------------------------------
You can’t perform that action at this time.
0 commit comments