Correct out of date html links

This commit is contained in:
William S Fulton 2019-04-15 19:01:52 +01:00
commit bc615e8a6e
14 changed files with 40 additions and 41 deletions

View file

@ -301,7 +301,7 @@ how you might go about compiling and using the generated files.
<p>
The preferred approach to building an extension module for Python is to compile it with
distutils, which comes with all recent versions of Python
(<a href="https://docs.python.org/library/distutils.html">Distutils Docs</a>).
(<a href="https://docs.python.org/3/library/distutils.html">Distutils Docs</a>).
</p>
<p>
@ -2355,7 +2355,7 @@ wrapped class is turned into a new Python built-in type which inherits from
from the wrapped methods. For more information about Python built-in extensions,
please refer to the Python documentation:</p>
<p><a href="http://docs.python.org/extending/newtypes.html">http://docs.python.org/extending/newtypes.html</a></p>
<p><a href="https://docs.python.org/3/extending/newtypes.html">https://docs.python.org/3/extending/newtypes.html</a></p>
<H4><a name="Python_builtin_limitations">32.4.2.1 Limitations</a></H4>
@ -2574,7 +2574,7 @@ automatically converted to Python slot operators, refer to the file
<p>
Read about all of the available Python slots here:
<a href="http://docs.python.org/c-api/typeobj.html">http://docs.python.org/c-api/typeobj.html</a></p>
<a href="https://docs.python.org/3/c-api/typeobj.html">https://docs.python.org/3/c-api/typeobj.html</a></p>
<p>
There are two ways to define a Python slot function: dispatch to a