| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2213,6 +2213,12 @@ Others | |||
| 2213 | 2213 | integer must implement either :meth:`~object.__int__` or | |
| 2214 | 2214 | :meth:`~object.__index__`. (Contributed by Mark Dickinson in :gh:`119743`.) | |
| 2215 | 2215 | ||
| 2216 | + * The default :term:`interactive` shell now supports import autocompletion. | ||
| 2217 | + This means that typing ``import foo`` and pressing ``<tab>`` will suggest | ||
| 2218 | + modules starting with ``foo``. Similarly, typing ``from foo import b`` will | ||
| 2219 | + suggest submodules of ``foo`` starting with ``b``. Note that autocompletion | ||
| 2220 | + of module attributes is not currently supported. | ||
| 2221 | + (Contributed by Tomas Roun in :gh:`69605`.) | ||
| 2216 | 2222 | ||
| 2217 | 2223 | CPython Bytecode Changes | |
| 2218 | 2224 | ======================== | |
| Back | FazBrowse Home | New Git URL |
0 commit comments