Correct out of date html links
This commit is contained in:
parent
dc4fb85d00
commit
bc615e8a6e
14 changed files with 40 additions and 41 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue