1
0
mirror of https://github.com/django/django.git synced 2025-10-29 00:26:07 +00:00

[5.2.x] Refs #35844 -- Doc'd Python 3.14 compatibility.

Backport of 56977b466c from main.
This commit is contained in:
Mariusz Felisiak
2025-10-13 16:34:26 +02:00
parent 83f6fe810d
commit a8c9b5b263
14 changed files with 26 additions and 22 deletions

View File

@@ -185,7 +185,7 @@ class MailTests(MailTestsMixin, SimpleTestCase):
"""Line length check should encode the payload supporting `surrogateescape`.
Following https://github.com/python/cpython/issues/76511, newer
versions of Python (3.11.9, 3.12.3 and 3.13) ensure that a message's
versions of Python (3.11.9, 3.12.3 and 3.13+) ensure that a message's
payload is encoded with the provided charset and `surrogateescape` is
used as the error handling strategy.