Skip to content

Commit 55c1d23

Browse files
author
Muhamed Fazal PS
committed
Add NEWS entry for gh-153506
1 parent e6b18c9 commit 55c1d23

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Misc/News.d/next/IDLE/153506.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)