summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-04-27 19:18:34 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-04-27 19:18:34 (GMT)
commit79ac78afeff25cd277f4271f8605f29f30fbbdf8 (patch)
treef9ec66081382b2978139d0f3f30521b67fdeccb3 /Misc
parent097d1b709a63e2a3fc1eed2170a2e9b506b20a7d (diff)
downloadcpython-79ac78afeff25cd277f4271f8605f29f30fbbdf8.zip
cpython-79ac78afeff25cd277f4271f8605f29f30fbbdf8.tar.gz
cpython-79ac78afeff25cd277f4271f8605f29f30fbbdf8.tar.bz2
Merged revisions 80542 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r80542 | antoine.pitrou | 2010-04-27 21:14:15 +0200 (mar., 27 avril 2010) | 10 lines 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/ACKS1
-rw-r--r--Misc/NEWS3
2 files changed, 4 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 410158a..b8d1dee 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -605,6 +605,7 @@ Anders Qvist
Burton Radons
Brodie Rao
Antti Rasinen
+Sridhar Ratnakumar
Eric Raymond
Edward K. Ream
Chris Rebert
diff --git a/Misc/NEWS b/Misc/NEWS
index 9040939..873f86a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -40,6 +40,9 @@ Core and Builtins
Library
-------
+- Issue #8549: Fix compiling the _ssl extension under AIX. Patch by
+ Sridhar Ratnakumar.
+
- Issue #8391: os.execvpe() and os.getenv() supports unicode with surrogates
and bytes strings for environment keys and values, and use
sys.getfilesystemencoding() instead of sys.getdefautltencoding()