#31040: Python 3.9 compatibility
------------------------------+-----------------------------------------
Reporter: felixxm | Owner: nobody
Type: New feature | Status: new
Component: Core (Other) | Version: master
Severity: Normal | Resolution:
Keywords: | Triage Stage: Someday/Maybe
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
------------------------------+-----------------------------------------
Comment (by GitHub <noreply@…>):
In [changeset:"195e0cb1709e96144ccbb9863ff8526f4c733f63" 195e0cb]:
{{{
#!CommitTicketReference repository=""
revision="195e0cb1709e96144ccbb9863ff8526f4c733f63"
Refs #31040 -- Used 402 HTTP status in middleware_exceptions tests.
HTTP status code 418 - "I'm a Teaport" was added to http.HTTPStatus in
Python 3.9.0a5 [1] that caused failures in middleware_exceptions tests.
This changes HTTP status used in middleware_exceptions tests to 402,
which exists in all supported versions of Python.
[1] https://docs.python.org/3.9/whatsnew/3.9.html#http
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/31040#comment:3>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/065.c08db074640a25a06f3eb649f63e8055%40djangoproject.com.