From: Yoni Lavi Date: Wed, 27 Nov 2019 05:08:50 +0000 (+0000) Subject: Show the differing module names for readlink() (GH-17395) X-Git-Tag: v3.9.0a2~107 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce4b7a273a9c560ed4b1a6284ef1bbb02d8e9782;p=thirdparty%2FPython%2Fcpython.git Show the differing module names for readlink() (GH-17395) This was very confusing with the text for both being just `readlink()`. --- diff --git a/Doc/whatsnew/3.9.rst b/Doc/whatsnew/3.9.rst index 5c669a013c19..1cd96ef3b07a 100644 --- a/Doc/whatsnew/3.9.rst +++ b/Doc/whatsnew/3.9.rst @@ -184,8 +184,8 @@ case), and one used ``__VENV_NAME__`` instead. pathlib ------- -Added :meth:`~pathlib.Path.readlink()` which acts similar to -:func:`~os.readlink`. +Added :meth:`pathlib.Path.readlink()` which acts similarly to +:func:`os.readlink`. (Contributed by Girts Folkmanis in :issue:`30618`) pprint