]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Update ftplib.all_errors documentation to match code (GH-15026)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 11 Sep 2019 14:54:44 +0000 (07:54 -0700)
committerGitHub <noreply@github.com>
Wed, 11 Sep 2019 14:54:44 +0000 (07:54 -0700)
commit2f2a867fe334df84963ddc6b0003c5e24b703856
tree96dd1eeb2231300aa4511bcdd855b7aea326e96a
parent6cf0ba8a632b1c0bd3576ed33c971ca3778000de
Update ftplib.all_errors documentation to match code (GH-15026)

The documentation doesn't mention the `EOFError` that https://github.com/python/cpython/blob/master/Lib/ftplib.pyGH-L66 includes
(cherry picked from commit 51adfc6ed2c6c466dda84edc11d9b2b8ae2903e8)

Co-authored-by: Andrew Scheller <github@loowis.durge.org>
Doc/library/ftplib.rst