diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-04-27 19:14:15 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-04-27 19:14:15 (GMT) |
commit | 06e34a9476f7b0cd14b1dcc023892d7193230703 (patch) | |
tree | dde60aae22a2067512784319d81e02308bc0a675 /Misc | |
parent | 05830aa4ff84c9e51b64352945f82a9991a7bb73 (diff) | |
download | cpython-06e34a9476f7b0cd14b1dcc023892d7193230703.zip cpython-06e34a9476f7b0cd14b1dcc023892d7193230703.tar.gz cpython-06e34a9476f7b0cd14b1dcc023892d7193230703.tar.bz2 |
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.
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -623,6 +623,7 @@ Anders Qvist Burton Radons Brodie Rao Antti Rasinen +Sridhar Ratnakumar Eric Raymond Edward K. Ream Chris Rebert @@ -339,6 +339,9 @@ C-API Library ------- +- Issue #8549: Fix compiling the _ssl extension under AIX. Patch by + Sridhar Ratnakumar. + - Issue #6656: fix locale.format_string to handle escaped percents and mappings. |