Changes between Initial Version and Version 1 of Ticket #35713, comment 5
- Timestamp:
- Mar 18, 2025, 3:35:29 PM (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35713, comment 5
initial v1 1 The proposed patch for #35581 will [https://github.com/ medmunds/django/blob/efbc7c8cfb858286f573ea8af6dc264b4709a1a9/tests/mail/tests.py#L2406-L2418raise an error for non-ASCII local-parts] in `send()` when using the SMTP EmailBackend.1 The proposed patch for #35581 will [https://github.com/django/django/blob/f6632ee9b2c1b749d3d1cfb9724eb2878bb321fc/tests/mail/tests.py#L2601-L2613 raise an error for non-ASCII local-parts] in `send()` when using the SMTP EmailBackend. 2 2 3 3 Catching the error earlier, in `message()`, would require additional work.