]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-71450: Document that Tcl sets the HOME variable on Windows (GH-152568)...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 29 Jun 2026 10:29:10 +0000 (12:29 +0200)
committerGitHub <noreply@github.com>
Mon, 29 Jun 2026 10:29:10 +0000 (10:29 +0000)
commit3f12a0d62b6df96179a84e63bb12eb030e1af4a1
tree5ae8c56728012c0438b040210c04ce989bd00308
parentbe68d9abca4f7d456811a8040d028f953f6ed14e
[3.14] gh-71450: Document that Tcl sets the HOME variable on Windows (GH-152568) (GH-152575)

Also fix the ntpath.expanduser() docstring, which no longer uses $HOME.
(cherry picked from commit 1540584d5d0b6483b78256194825e76d2e52ad21)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Doc/library/tkinter.rst
Lib/ntpath.py