summaryrefslogtreecommitdiff
path: root/docs/topics/python3.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/topics/python3.txt')
-rw-r--r--docs/topics/python3.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/topics/python3.txt b/docs/topics/python3.txt
index f1a5f3c140..0c78daa7b4 100644
--- a/docs/topics/python3.txt
+++ b/docs/topics/python3.txt
@@ -398,7 +398,3 @@ extras.
This replaces ``testcase.assertRegexpMatches`` on Python 2, and
``testcase.assertRegex`` on Python 3. ``assertRegexpMatches`` still
exists in current Python 3 versions, but issues a warning.
-
-
-In addition to six' defaults moves, Django's version provides ``thread`` as
-``_thread`` and ``dummy_thread`` as ``_dummy_thread``.