Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
de886d92
Commit
de886d92
authored
Apr 11, 2016
by
Serhiy Storchaka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue #25910: Fixed more links in the docs.
parent
a9901e86
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
Doc/using/windows.rst
Doc/using/windows.rst
+2
-2
Doc/whatsnew/2.7.rst
Doc/whatsnew/2.7.rst
+1
-1
Doc/whatsnew/3.2.rst
Doc/whatsnew/3.2.rst
+1
-1
No files found.
Doc/using/windows.rst
View file @
de886d92
...
...
@@ -266,9 +266,9 @@ for detailed information about platforms with pre-compiled installers.
by Mark Pilgrim, 2004,
ISBN 1-59059-356-1
`For Windows users <http://
www.swaroopch.com/notes/python/#install_
windows>`_
`For Windows users <http://
python.swaroopch.com/installation.html#installation-on-
windows>`_
in "Installing Python"
in "`A Byte of Python <http://
www.swaroopch.com/notes/python
/>`_"
in "`A Byte of Python <http://
python.swaroopch.com
/>`_"
by Swaroop C H, 2003
...
...
Doc/whatsnew/2.7.rst
View file @
de886d92
...
...
@@ -1530,7 +1530,7 @@ changes, or look through the Subversion logs for all the details.
*ciphers* argument that's a string listing the encryption algorithms
to be allowed; the format of the string is described
`in the OpenSSL documentation
<http://www.openssl.org/docs/apps/ciphers.html#CIPHER
_LIST_
FORMAT>`__.
<http://www.openssl.org/docs/apps/ciphers.html#CIPHER
-LIST-
FORMAT>`__.
(Added by Antoine Pitrou; :issue:`8322`.)
Another change makes the extension load all of OpenSSL's ciphers and
...
...
Doc/whatsnew/3.2.rst
View file @
de886d92
...
...
@@ -1618,7 +1618,7 @@ for secure (encrypted, authenticated) internet connections:
* The :func:`ssl.wrap_socket` constructor function now takes a *ciphers*
argument. The *ciphers* string lists the allowed encryption algorithms using
the format described in the `OpenSSL documentation
<http://www.openssl.org/docs/apps/ciphers.html#CIPHER
_LIST_
FORMAT>`__.
<http://www.openssl.org/docs/apps/ciphers.html#CIPHER
-LIST-
FORMAT>`__.
* When linked against recent versions of OpenSSL, the :mod:`ssl` module now
supports the Server Name Indication extension to the TLS protocol, allowing
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment