We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7117074 commit 51adfc6Copy full SHA for 51adfc6
Doc/library/ftplib.rst
@@ -144,7 +144,7 @@ The module defines the following items:
144
The set of all exceptions (as a tuple) that methods of :class:`FTP`
145
instances may raise as a result of problems with the FTP connection (as
146
opposed to programming errors made by the caller). This set includes the
147
- four exceptions listed above as well as :exc:`OSError`.
+ four exceptions listed above as well as :exc:`OSError` and :exc:`EOFError`.
148
149
150
.. seealso::
0 commit comments