Skip to content

Commit a41dbec

Browse files
committed
Document PYTHON_BASIC_REPL in the manpage
1 parent c8456d1 commit a41dbec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Misc/python.man

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -657,6 +657,10 @@ can be set to the callable of your debugger of choice.
657657
.IP PYTHON_COLORS
658658
If this variable is set to 1, the interpreter will colorize various kinds of
659659
output. Setting it to 0 deactivates this behavior.
660+
.IP PYTHON_BASIC_REPL
661+
If this variable is set to any value, the interpreter will not attempt to
662+
load the Python-based REPL that requires curses and readline, and will instead
663+
use the traditional parser-based REPL.
660664
.IP PYTHON_HISTORY
661665
This environment variable can be used to set the location of a history file
662666
(on Unix, it is \fI~/.python_history\fP by default).

0 commit comments

Comments
 (0)