There was an error while loading. Please reload this page.
1 parent 1860130 commit 1a2e3a0Copy full SHA for 1a2e3a0
1 file changed
Doc/whatsnew/3.15.rst
@@ -902,6 +902,13 @@ Default interactive shell
902
<using-on-controlling-color>`.
903
(Contributed by Antonio Cuni and Pablo Galindo in :gh:`130472`.)
904
905
+* Tab completion now suggests module attributes in ``from ... import`` statements.
906
+ Attributes can only be suggested once the module is imported, so
907
+ :term:`stdlib` modules are imported automatically, while for
908
+ other modules the completer offers to import them when :kbd:`Tab`
909
+ is pressed a second time.
910
+ (Contributed by Loïc Simon and Pablo Galindo in :gh:`140870`.)
911
+
912
913
New modules
914
===========
0 commit comments