]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-97590: Update docs and tests for ftplib.FTP.voidcmd() (GH-96825) (GH-115602)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 17 Feb 2024 12:54:31 +0000 (13:54 +0100)
committerGitHub <noreply@github.com>
Sat, 17 Feb 2024 12:54:31 +0000 (14:54 +0200)
commit2c39d00a56209dd1f34bfaf9688e9ab560cd3281
treeb3951d80117e6b9ff27b0502af2c8f7703761f57
parentba2f2ca6323d5a868228ba4462453c0ef4d712f0
[3.11] gh-97590: Update docs and tests for ftplib.FTP.voidcmd() (GH-96825) (GH-115602)

Since 2f3941d743481ac48628b8b2c075f2b82762050b this function returns the
response string, rather than nothing.
(cherry picked from commit e88ebc1c4028cf2f0db43659e513440257eaec01)

Co-authored-by: Matthew Hughes <34972397+matthewhughes934@users.noreply.github.com>
Doc/library/ftplib.rst
Lib/test/test_ftplib.py