Changes between Initial Version and Version 1 of Ticket #36746, comment 7
- Timestamp:
- Nov 25, 2025, 6:12:51 PM (2 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36746, comment 7
initial v1 1 [This was CPython issue https://github.com/python/cpython/issues/85116. It was marked completed in April 2024, but without reference to a specific patch, so I can't tell which Python releases first included the fix. Current supported Python releases parse 'to@' without raising an error, instead identifying it as an InvalidHeaderDefect('invalid address in address-list'). Django 6.0's SMTPBackend.prep_address() converts that defect to a ValueError as expected.]1 [This was CPython issue https://github.com/python/cpython/issues/85116. It was marked completed in April 2024, but without reference to a specific patch, so I can't tell which Python releases first included the fix. Current supported Python releases parse 'to@' without raising an error, instead identifying it as an InvalidHeaderDefect('invalid address in address-list'). Django 6.0's smtp.EmailBackend.prep_address() converts that defect to a ValueError as expected.]