Skip to content

Commit aef114e

Browse files
pablogsalwillingc
andauthored
Update peps/pep-0810.rst
Co-authored-by: Carol Willing <carolcode@willingconsulting.com>
1 parent fca7952 commit aef114e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

peps/pep-0810.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1659,9 +1659,8 @@ It is worth noting that the implementation performs membership checks by calling
16591659
requiring wildcard behavior may provide a custom object implementing
16601660
``__contains__`` to return ``True`` for all queries or other desired patterns.
16611661
This 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

16661665
Disallowing lazy imports inside ``with`` blocks
16671666
------------------------------------------------

0 commit comments

Comments
 (0)