Skip to content

Commit 4aae24f

Browse files
committed
fixup
1 parent 1c0e2d4 commit 4aae24f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/stubtest_allowlists/py3_common.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -606,6 +606,7 @@ wsgiref.handlers.BaseHandler.status
606606
# Iterable classes that don't define __iter__ at runtime (usually iterable via __getitem__)
607607
# These would ideally be special-cased by type checkers; see https://github.com/python/mypy/issues/2220
608608
ctypes.Array.__iter__
609+
docutils.nodes.Element.__iter__
609610
mmap.mmap.__iter__
610611
mmap.mmap.__contains__
611612
xml.etree.ElementTree.Element.__iter__

0 commit comments

Comments
 (0)