]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-73965: New environment variable PYTHON_HISTORY (#13208)
authorZackery Spytz <zspytz@gmail.com>
Sun, 7 Jan 2024 06:30:12 +0000 (22:30 -0800)
committerGitHub <noreply@github.com>
Sun, 7 Jan 2024 06:30:12 +0000 (22:30 -0800)
commitf19b93fce04fb0bc9b59071915a6aa6b01860d8a
tree60b5f104bc68bc35f79d681aacf94f70a6dcc6e7
parent541c5dbb81c784afd587406be2cc82645979a107
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>
Doc/using/cmdline.rst
Doc/whatsnew/3.13.rst
Lib/site.py
Lib/test/test_site.py
Misc/NEWS.d/next/Library/2019-05-08-13-14-11.bpo-29779.jg33dp.rst [new file with mode: 0644]
Misc/python.man
Python/initconfig.c