]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-97590: Update docs and tests for ftplib.FTP.voidcmd() (GH-96825)
authorMatthew Hughes <34972397+matthewhughes934@users.noreply.github.com>
Sat, 17 Feb 2024 11:57:51 +0000 (11:57 +0000)
committerGitHub <noreply@github.com>
Sat, 17 Feb 2024 11:57:51 +0000 (11:57 +0000)
commite88ebc1c4028cf2f0db43659e513440257eaec01
tree3281409b0519042e1297d86b211effc0f0202b2a
parent26800cf25a0970d46934fa9a881c0ef6881d642b
gh-97590: Update docs and tests for ftplib.FTP.voidcmd() (GH-96825)

Since 2f3941d743481ac48628b8b2c075f2b82762050b this function returns the
response string, rather than nothing.
Doc/library/ftplib.rst
Lib/test/test_ftplib.py