8000 gh-73965: New environment variable PYTHON_HISTORY by ZackerySpytz · Pull Request #13208 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-73965: New environment variable PYTHON_HISTORY #13208

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'upstream/master' into bpo-29779-PYTHONH…
…ISTORY-env-var
  • Loading branch information
ZackerySpytz committed May 28, 2019
commit 4ddf85bed17d3053e9ed2ddfc02868c23d071c84
3 changes: 3 additions & 0 deletions Doc/whatsnew/3.8.rst
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,9 @@ Other Language Changes
and Windows use this to properly terminate scripts in interactive sessions.
(Contributed by Google via Gregory P. Smith in :issue:`1054041`.)

* Added new ``replace()`` method to the code type (:class:`types.CodeType`).
(Contributed by Victor Stinner in :issue:`37032`.)

* The new :envvar:`PYTHONHISTORY` environment variable can be used to change
the location of a ``.python_history`` file.
(Contributed by Levi Sabah and Zackery Spytz in :issue:`29779`.)
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.
0