diff options
author | Wei-Hsiang (Matt) Wang <mattwang44@gmail.com> | 2024-09-01 04:59:42 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-01 04:59:42 (GMT) |
commit | cf472577e24911cb70b619304c0108c7fba97cac (patch) | |
tree | 03690b3afa9e2db7fb3207fe7ebb1473f2344ca5 /Misc/NEWS.d/3.9.0a4.rst | |
parent | 34ddb64d088dd7ccc321f6103d23153256caa5d4 (diff) | |
download | cpython-cf472577e24911cb70b619304c0108c7fba97cac.zip cpython-cf472577e24911cb70b619304c0108c7fba97cac.tar.gz cpython-cf472577e24911cb70b619304c0108c7fba97cac.tar.bz2 |
gh-123517: Remove unnecessary ``:meth:`` parentheses (#123518)
Diffstat (limited to 'Misc/NEWS.d/3.9.0a4.rst')
-rw-r--r-- | Misc/NEWS.d/3.9.0a4.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS.d/3.9.0a4.rst b/Misc/NEWS.d/3.9.0a4.rst index ca0eb2a..cce0c4c 100644 --- a/Misc/NEWS.d/3.9.0a4.rst +++ b/Misc/NEWS.d/3.9.0a4.rst @@ -755,7 +755,7 @@ dependencies. .. nonce: X7FRaN .. section: Windows -:meth:`~pathlib.Path.home()` and :meth:`~pathlib.Path.expanduser()` on +:meth:`~pathlib.Path.home` and :meth:`~pathlib.Path.expanduser` on Windows now prefer :envvar:`USERPROFILE` and no longer use :envvar:`HOME`, which is not normally set for regular user accounts. This makes them again behave like :func:`os.path.expanduser`, which was changed to ignore |