[issue44420] Add CapWords classes to datetime module?

2021-06-14 Thread Douglas Thor
Douglas Thor added the comment: Thanks for the info! Rejecting issue, as it would not be feasible to maintain going forward. -- resolution: -> rejected stage: -> resolved status: open -> closed ___ Python tracker <https://bug

[issue44420] Add CapWords classes to datetime module?

2021-06-14 Thread Douglas Thor
Douglas Thor added the comment: Thanks for correcting the version selection. > the old names could never be removed ... it's not worth the hassle I had the same thought, so I spent a lot of time trying to come up with "Benefits", haha. I'm OK with this being closed

[issue34025] SMTP EmailPolicy not using the correct line length for RCF 2045 encoded data (is 78, should be 76)

2021-06-14 Thread Douglas Thor
Change by Douglas Thor : -- nosy: -Douglas Thor ___ Python tracker <https://bugs.python.org/issue34025> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34025] SMTP EmailPolicy not using the correct line length for RCF 2045 encoded data (is 78, should be 76)

2021-06-14 Thread Douglas Thor
Change by Douglas Thor : -- nosy: +dougthor42 ___ Python tracker <https://bugs.python.org/issue34025> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue44420] Add CapWords classes to datetime module?

2021-06-14 Thread Douglas Thor
New submission from Douglas Thor : Has there been any discussion on adding CapWords class names to the datetime.py module? I searched through the bug tracker ("CapWords" and "CamelCase") and didn't find anything, but perhaps I'm not searching for the correct key

[issue34025] SMTP EmailPolicy not setting max_line_length as expected. RCF 2045 states 76 char, Default policy uses 78

2018-07-02 Thread Douglas Thor
New submission from Douglas Thor : It appears that the SMTP EmailPolicy object does not correctly set max_line_length. RFC 2045 (https://www.ietf.org/rfc/rfc2045.txt) requires a max_line_length of 76 characters, while email._policybase.Policy sets it to 78 (which typically is correct