◐ Shell
clean mode source ↗

bpo-29779: new environment variable PYTHONHISTORY. · Pull Request #473 · python/cpython

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

ned-deily

@ghost ghost changed the title New environment variable PYTHONHISTORY. bpo-29779: new environment variable PYTHONHISTORY.

Mar 10, 2017

warsaw

ned-deily

this patch adds new environment variable PYTHONHISTORY,
with this you can change the location of a python_history file,
without using readline hook in PYTHONSTARTUP.

In case PYTHONHISTORY will be empty or not set,
it wil fall back to the default history file.

berkerpeksag

@ghost ghost closed this

Mar 23, 2017

jaraco pushed a commit that referenced this pull request

Dec 2, 2022

@0xl3vi 0xl3vi mannequin mentioned this pull request

Apr 10, 2022

This pull request was closed.