This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jack__d
Recipients jack__d, vpjtqwv0101
Date 2021-07-31.02:24:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1627698275.48.0.495921359526.issue44788@roundup.psfhosted.org>
In-reply-to
Content
The only thing to consider is that connections are flakey, and the user might typically want to explicitly handle them in most cases. Therefore, it's a better API if the .connect() call appears in the user's code.

If anything, it might be better to create a new context manager called Auto FTP connection or something, and include default error handling behavior.

Have you discussed this idea in python- ideas?
History
Date User Action Args
2021-07-31 02:24:36jack__dsetrecipients: + jack__d, vpjtqwv0101
2021-07-31 02:24:35jack__dsetmessageid: <1627698275.48.0.495921359526.issue44788@roundup.psfhosted.org>
2021-07-31 02:24:35jack__dlinkissue44788 messages
2021-07-31 02:24:35jack__dcreate