]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-71450: Document that Tcl sets the HOME variable on Windows (GH-152568)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 29 Jun 2026 09:35:24 +0000 (12:35 +0300)
committerGitHub <noreply@github.com>
Mon, 29 Jun 2026 09:35:24 +0000 (09:35 +0000)
commit1540584d5d0b6483b78256194825e76d2e52ad21
treeb279dd80d8d954530a5d7c869a63738d20912074
parent7aae0e58b7c02cefd3e13b0d1b65b4ef5cb2b57e
gh-71450: Document that Tcl sets the HOME variable on Windows (GH-152568)

Also fix the ntpath.expanduser() docstring, which no longer uses $HOME.

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