Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.4k
gh-136191: Unify commands to uppercase for wider support#136733
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Conversation
This decision to unify commands in uppercase comes from adherence to the industry standard and RFC 5321. It was posted in the python discussions here:https://discuss.python.org/t/unify-all-smtplib-commands-to-be-uppercase/97482
The following commit authors need to sign the Contributor License Agreement: |
Most changes to Pythonrequire a NEWS entry. Add one using theblurb_it web app or theblurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
# Upper case commands for wider support as enumerated in section 2.4 of RFC 5321 | ||
# by Steve Jacob <steve@mymangomail.com> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
There are some change logs in a module's source code, but usually we don't update them nowadays. Instead, we mention them in thenews entry (where the PR author's name can also be credited).
Uh oh!
There was an error while loading.Please reload this page.
This decision to unify commands in uppercase comes from adherence to the industry standard and RFC 5321. It was posted in apython discussion and exists asissue 136191.