mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
[py3] Added compatibility import of thread/_thread
This commit fixes the auto-reload of the development server.
I should have done that change in ca07fda2
.
This commit is contained in:
parent
527f967ec1
commit
4c1286cf78
4 changed files with 6 additions and 4 deletions
|
@ -122,8 +122,8 @@ Moved modules
|
|||
Some modules were renamed in Python 3. The :mod:`django.utils.six.moves
|
||||
<six.moves>` module provides a compatible location to import them.
|
||||
|
||||
In addition to six' defaults, Django's version provides ``dummy_thread`` as
|
||||
``_dummy_thread``.
|
||||
In addition to six' defaults, Django's version provides ``thread`` as
|
||||
``_thread`` and ``dummy_thread`` as ``_dummy_thread``.
|
||||
|
||||
PY3
|
||||
---
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue