We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6b18c9 commit 55c1d23Copy full SHA for 55c1d23
1 file changed
Misc/News.d/next/IDLE/153506.rst
@@ -0,0 +1,3 @@
1
+Fix IDLE shell crash when Tab-completing in a module with a non-iterable
2
+``__all__`` attribute (e.g. ``__all__ = None``). The shell now falls back
3
+to standard completion instead of raising :exc:`TypeError`.
0 commit comments