Kaydet (Commit) 06e34a94 authored tarafından Antoine Pitrou's avatar Antoine Pitrou

Merged revisions 80540 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/trunk

........
  r80540 | antoine.pitrou | 2010-04-27 21:09:59 +0200 (mar., 27 avril 2010) | 4 lines

  Issue #8549: Fix compiling the _ssl extension under AIX.  Patch by
  Sridhar Ratnakumar.
........
üst 05830aa4
...@@ -623,6 +623,7 @@ Anders Qvist ...@@ -623,6 +623,7 @@ Anders Qvist
Burton Radons Burton Radons
Brodie Rao Brodie Rao
Antti Rasinen Antti Rasinen
Sridhar Ratnakumar
Eric Raymond Eric Raymond
Edward K. Ream Edward K. Ream
Chris Rebert Chris Rebert
......
...@@ -339,6 +339,9 @@ C-API ...@@ -339,6 +339,9 @@ C-API
Library Library
------- -------
- Issue #8549: Fix compiling the _ssl extension under AIX. Patch by
Sridhar Ratnakumar.
- Issue #6656: fix locale.format_string to handle escaped percents - Issue #6656: fix locale.format_string to handle escaped percents
and mappings. and mappings.
......
...@@ -66,7 +66,7 @@ enum py_ssl_version { ...@@ -66,7 +66,7 @@ enum py_ssl_version {
PY_SSL_VERSION_SSL2, PY_SSL_VERSION_SSL2,
PY_SSL_VERSION_SSL3, PY_SSL_VERSION_SSL3,
PY_SSL_VERSION_SSL23, PY_SSL_VERSION_SSL23,
PY_SSL_VERSION_TLS1, PY_SSL_VERSION_TLS1
}; };
/* Include symbols from _socket module */ /* Include symbols from _socket module */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment