html links updates

This commit is contained in:
William S Fulton 2015-12-18 21:12:30 +00:00
commit 0ae5bfa6e2
11 changed files with 25 additions and 28 deletions

View file

@ -2738,7 +2738,7 @@ in Python-2.2, an entirely new type of class system was introduced.
This new-style class system offers many enhancements including static
member functions, properties (managed attributes), and class methods.
Details about all of these changes can be found on <a
href="http://www.python.org">www.python.org</a> and is not repeated here.
href="https://www.python.org">www.python.org</a> and is not repeated here.
</p>
<p>
@ -5690,7 +5690,7 @@ import foo
</div>
<p>refers to a top-level module or to another module inside the current
package. In Python 3 it always refers to a top-level module
(see <a href="http://www.python.org/dev/peps/pep-0328/">PEP 328</a>).
(see <a href="https://www.python.org/dev/peps/pep-0328/">PEP 328</a>).
To instruct Python 2.5 through 2.7 to use new semantics (that is <tt>import
foo</tt> is interpreted as absolute import), one has to put the following
line
@ -5881,7 +5881,7 @@ all overloaded functions share the same function in SWIG generated proxy class.
<p>
For detailed usage of function annotation, see
<a href="http://www.python.org/dev/peps/pep-3107/">PEP 3107</a>.
<a href="https://www.python.org/dev/peps/pep-3107/">PEP 3107</a>.
</p>
<H3><a name="Python_nn75"></a>36.12.2 Buffer interface</H3>
@ -6074,7 +6074,7 @@ used to define an abstract base class for your own C++ class:
<p>
For details of abstract base class, please see
<a href="http://www.python.org/dev/peps/pep-3119/">PEP 3119</a>.
<a href="https://www.python.org/dev/peps/pep-3119/">PEP 3119</a>.
</p>
<H3><a name="Python_nn77"></a>36.12.4 Byte string output conversion</H3>
@ -6160,7 +6160,7 @@ in Python 3 code.
<p>
For more details about the <tt>surrogateescape</tt> error handler, please see
<a href="http://www.python.org/dev/peps/pep-0383/">PEP 383</a>.
<a href="https://www.python.org/dev/peps/pep-0383/">PEP 383</a>.
</p>
</body>