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

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