Skip to content

Commit b710bce

Browse files
committed
document PYTHON_BASIC_COMPLETER
1 parent c3c663e commit b710bce

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Doc/using/cmdline.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1283,6 +1283,13 @@ conflict.
12831283

12841284
.. versionadded:: 3.13
12851285

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+
12861293
.. envvar:: PYTHON_HISTORY
12871294

12881295
This environment variable can be used to set the location of a

0 commit comments

Comments
 (0)