Furthermore, they should be transparent to everyone but importer authors. Key
finder and loader methods have been deprecated, but they will continue working.
New importers should use the new methods described in the PEP. Existing
-importers should be updated to implement the new methods.
+importers should be updated to implement the new methods. See the
+:ref:`deprecated-3.4` section for a list of methods that should be replaced and
+their replacements.
Other Language Changes
multiple threads. (Contributed by Antoine Pitrou in :issue:`18756`.)
+.. _deprecated-3.4:
+
Deprecated
==========