summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMike Edmunds <medmunds@gmail.com>2024-12-23 10:39:27 -0800
committerSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2025-07-16 15:33:14 +0200
commit5ca470a52e99b84446c838416fbdac921bfb8146 (patch)
tree026bad00a77e9c1dc8906f448348fd3fc81e3b85 /docs
parentf42b89f1bf49a5b89ed852b60f79342320a81c5e (diff)
Refs #35581 -- Reduced implementation dependencies in mail tests.
Updated mail tests in preparation for migrating from Python's legacy to modern email API. The updated tests will pass with either Python API, and focus on desired outcomes (e.g., that a message with non-ASCII content parses accurately at the receiving end) rather than specific implementation details (e.g., where rfc2047 encoded-words are split). In a few cases that are still implementation dependent, added comments identifying behavior specific to the legacy email API and expected to change under the modern one. Added comments identifying tests that cover internal functions planned for deprecation, and (where meaningful) added similar tests to verify the equivalent behavior in non-deprecated features. Removed obsolete tests left over from Python 2.
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions