gh-106432: Added WSL support for adjusting the local hostname#106432
gh-106432: Added WSL support for adjusting the local hostname#106432Ineffable22 wants to merge 3 commits into
Conversation
|
Most changes to Python require a NEWS entry. Please add it using the blurb_it web app or the blurb command-line tool. |
Sorry, something went wrong.
Sorry, something went wrong.
|
Most changes to Python require a NEWS entry. Please add it using the blurb_it web app or the blurb command-line tool. |
Sorry, something went wrong.
|
Most changes to Python require a NEWS entry. Please add it using the blurb_it web app or the blurb command-line tool. |
Sorry, something went wrong.
|
The following commit authors need to sign the Contributor License Agreement: |
Sorry, something went wrong.
|
This PR is stale because it has been open for 30 days with no activity. |
Sorry, something went wrong.
gh-106432: Added WSL support for adjusting the local hostname in smtplib.
This pull request introduces a new functionality to the smtplib library that enables it to detect and handle the Windows Subsystem for Linux (WSL) environment. The main change is the adjustment of the local hostname to ensure compatibility and proper functionality within WSL.
The changes include:
These changes enhance the usability and compatibility of smtplib when used within WSL, allowing developers to send emails from applications running on WSL without issues related to the local hostname. The modifications align with the existing codebase and follow the established contribution guidelines.
Please review these changes and consider merging them into the main repository. Thank you!