mirror of
https://github.com/python/cpython.git
synced 2025-07-19 17:25:54 +00:00
gh-73965: New environment variable PYTHON_HISTORY (#13208)
It can be used to set the location of a .python_history file --------- Co-authored-by: Levi Sabah <0xl3vi@gmail.com> Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
parent
541c5dbb81
commit
f19b93fce0
7 changed files with 50 additions and 3 deletions
|
@ -296,6 +296,7 @@ static const char usage_envvars[] =
|
|||
"PYTHON_COLORS : If this variable is set to 1, the interpreter will"
|
||||
" colorize various kinds of output. Setting it to 0 deactivates this behavior.\n"
|
||||
"These variables have equivalent command-line parameters (see --help for details):\n"
|
||||
"PYTHON_HISTORY: the location of a .python_history file.\n"
|
||||
"PYTHONDEBUG : enable parser debug mode (-d)\n"
|
||||
"PYTHONDONTWRITEBYTECODE : don't write .pyc files (-B)\n"
|
||||
"PYTHONINSPECT : inspect interactively after running script (-i)\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue