Hi all,
I have submitted a PR, GH-24118 ( https://github.com/python/cpython/pull/24118), on January 5.
It's a relatively simple patch that fixes smtplib.SMTP logic for AUTH LOGIN, alongside a fix for the test for that class.
The PR has passed all checks, and I have also signed the CLA.
I've pinged the relevant bpo more than a week ago, but the PR's status is still "awaiting review".
I'd appreciate it if someone can spare some time to do a review on this simple patch.
Rgds. -- FdS Pandu E Poluan ~ IT Optimizer ~
• LOPSA Member #15248 • Linked-In : https://id.linkedin.com/in/pepoluan • GPG Key ID: E3C3 F0C4 ABF8 B8D7
On Sat, Mar 06, 2021 at 02:08:05PM +0700, Pandu Poluan wrote:
I have submitted a PR, GH-24118 (https://github.com/python/cpython/pull/24118), on January 5.
It's a relatively simple patch that fixes smtplib.SMTP logic for AUTH LOGIN, alongside a fix for the test for that class.
I've reviewed it. I have a question on the change, and once that is addressed, we could move forward with this.
The premise of the PR looks right.
Thanks, Senthil