Skip to content

bpo-10202: Added resilience for broken or troublesome connections in ftplib (GH-30747) #30747

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from

Conversation

MaxwellDupre
Copy link
Contributor

@MaxwellDupre MaxwellDupre commented Jan 21, 2022

Checks for EOF in storbinary and storlines and raises excpetion if not
completed successfully. Also, added SO_LINGER flag on socket shutdown.
Attempt is made to send outstanding data on shutdown in socket module,
for Linux only.

https://bugs.python.org/issue10202

Checks for EOF in storbinary and storlines and raises excpetion if not
completed successfully. Also, added SO_LINGER flag on socket shutdown.
Attempt is made to send outstanding data on shutdown in socket module,
for Linux only.
@MaxwellDupre MaxwellDupre changed the title bpo-10202: Added resilience for broken or troublesome connections in ftplib (GH-NNNN) bpo-10202: Added resilience for broken or troublesome connections in ftplib (GH-30747) Jan 21, 2022
@MaxwellDupre
Copy link
Contributor Author

Hi, I have fixed the ftplib.rst spaces issue but dont know how to update the file in here. Done a git push origin but cant do a push upstream (error: 403).
Also for the other failures how do I get a command line (plus data) so that I can run locally?

@MaxwellDupre
Copy link
Contributor Author

Oh and how do I add a skip news label?

@AlexWaygood
Copy link
Member

AlexWaygood commented Jan 22, 2022

Oh and how do I add a skip news label?

You can't 🙂 only core developers and triagers can, I'm afraid. I am a triager, but I'm afraid I think this probably warrants a news entry if it warrants a .. versionchanged section in the docs, so I'm not entirely sure the "skip-news" label is appropriate here.

You can add a news entry using https://blurb-it.herokuapp.com/

@MaxwellDupre
Copy link
Contributor Author

MaxwellDupre commented Jan 22, 2022 via email

@MaxwellDupre MaxwellDupre marked this pull request as draft January 23, 2022 12:05
@MaxwellDupre
Copy link
Contributor Author

Cant get changes back into this PR, so will create another PR.

@MaxwellDupre MaxwellDupre deleted the Issue10202-Mike-cm branch January 24, 2022 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants