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 c3c663e commit b710bceCopy full SHA for b710bce
1 file changed
Doc/using/cmdline.rst
@@ -1283,6 +1283,13 @@ conflict.
1283
1284
.. versionadded:: 3.13
1285
1286
+.. envvar:: PYTHON_BASIC_COMPLETER
1287
+
1288
+ If this variable is set to any value, PyREPL will use :mod:`rlcompleter` to
1289
+ implement tab complition, instead of the default :mod:`_pyrepl.fancycompleter`.
1290
1291
+ .. versionadded:: 3.15
1292
1293
.. envvar:: PYTHON_HISTORY
1294
1295
This environment variable can be used to set the location of a
0 commit comments