Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 33.9k
gh-118643: Fix AttributeError in the email module#119099
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
gh-118643: Fix AttributeError in the email module #119099
Uh oh!
There was an error while loading. Please reload this page.
Conversation
serhiy-storchaka commented May 16, 2024 • edited by bedevere-app bot
Loading Uh oh!
There was an error while loading. Please reload this page.
edited by bedevere-app bot
Uh oh!
There was an error while loading. Please reload this page.
Fix regression introduced in pythongh-100884: AttributeError when re-fold a long address list. Also fix more cases of incorrect encoding of the address separator in the address list missed in pythongh-100884.
serhiy-storchaka commented May 16, 2024
@pablogamboa, as an exception, I think that this should be backported to 3.11. It fixes a bug introduced in the last bugfix release of 3.11, and all |
pablogamboa commented May 16, 2024
Think that was for @pablogsal ! |
serhiy-storchaka commented May 16, 2024
Sorry. 🤦♂️ I think it is not the first time of referring the wrong Pablo. 😉 |
mgmacias95 commented May 16, 2024
Hello @serhiy-storchaka, I just tested this with the email that originally motivated me to open #118643 and the result is not correct. I will come back tomorrow with more details on exactly what is happening. |
mgmacias95 commented May 17, 2024
Hello again, I think I was a bit sleepy when I tested this last night 😅 because I tested this again this morning and it worked as expected. Sorry for the noise and thank you for looking into this!
|
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Marta Gómez Macías <mgmacias@google.com>
serhiy-storchaka commented May 17, 2024
Thank you @mgmacias95 for testing this with real world examples. |
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12, 3.13. |
) Fix regression introduced in pythongh-100884: AttributeError when re-fold a long address list. Also fix more cases of incorrect encoding of the address separator in the address list missed in pythongh-100884. (cherry picked from commit 858b9e8) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
) Fix regression introduced in pythongh-100884: AttributeError when re-fold a long address list. Also fix more cases of incorrect encoding of the address separator in the address list missed in pythongh-100884. (cherry picked from commit 858b9e8) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
GH-119389 is a backport of this pull request to the 3.13 branch. |
Sorry, @serhiy-storchaka, I could not cleanly backport this to |
GH-119390 is a backport of this pull request to the 3.12 branch. |
…nGH-119099) Fix regression introduced in pythongh-100884: AttributeError when re-fold a long address list. Also fix more cases of incorrect encoding of the address separator in the address list missed in pythongh-100884. (cherry picked from commit 858b9e8) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
GH-119393 is a backport of this pull request to the 3.11 branch. |
bedevere-bot commented May 23, 2024
|
bedevere-bot commented May 23, 2024
|
) Fix regression introduced in pythongh-100884: AttributeError when re-fold a long address list. Also fix more cases of incorrect encoding of the address separator in the address list missed in pythongh-100884.
Fix regression introduced in gh-100884: AttributeError when re-fold a long address list.
Also fix more cases of incorrect encoding of the address separator in the address list missed in gh-100884.