Skip to content
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

[3.11] gh-114241: Fix and improve the ftplib CLI (GH-114242) #114405

Merged
merged 1 commit into from Jan 21, 2024

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Jan 21, 2024

  • Fix writing the retrieved binary file to stdout.
  • Add a newline after writing warnings to stderr.
  • Fix a TypeError if the netrc file doesn't contain a host/default entry.
  • Improve the usage message.
    (cherry picked from commit 42d72b2)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com

* Fix writing the retrieved binary file to stdout.
* Add a newline after writing warnings to stderr.
* Fix a TypeError if the netrc file doesn't contain a host/default entry.
* Improve the usage message.
(cherry picked from commit 42d72b2)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@serhiy-storchaka serhiy-storchaka merged commit 58c93d8 into python:3.11 Jan 21, 2024
21 checks passed
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.

None yet

2 participants