Rasmus Wriedt Larsen
2021-11-15 14:25:58 +01:00
parent 7c3b68b7f8
commit 5d60975f65

View File

@@ -391,7 +391,7 @@ module API {
or
// Python 3 only
result in [
"ascii", "breakpoint", "bytes", "exec",
"ascii", "breakpoint", "bytes", "exec", "aiter", "anext",
// Exceptions
"BlockingIOError", "BrokenPipeError", "ChildProcessError", "ConnectionAbortedError",
"ConnectionError", "ConnectionRefusedError", "ConnectionResetError", "FileExistsError",