diff options
author | Georg Brandl <georg@python.org> | 2011-02-25 10:26:14 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-02-25 10:26:14 (GMT) |
commit | 8f1598787f6ca018d2c228a2b651418a5f25e24f (patch) | |
tree | c601673700e3e401f8cdaee938f2cb6752abd24c /Misc/NEWS | |
parent | 3f0df3bc51a9d06a464731bbc9e70fcd21734505 (diff) | |
download | cpython-8f1598787f6ca018d2c228a2b651418a5f25e24f.zip cpython-8f1598787f6ca018d2c228a2b651418a5f25e24f.tar.gz cpython-8f1598787f6ca018d2c228a2b651418a5f25e24f.tar.bz2 |
Merged revisions 88438,88440 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k
........
r88438 | georg.brandl | 2011-02-19 09:44:47 +0100 (Sa, 19 Feb 2011) | 1 line
#10709: add back an updated AIX-NOTES (as README.AIX).
........
r88440 | georg.brandl | 2011-02-19 09:58:23 +0100 (Sa, 19 Feb 2011) | 1 line
#11184: Fix large file support on AIX.
........
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -178,6 +178,8 @@ Extensions Build ----- +- Issue #11184: Fix large-file support on AIX. + - Issue #941346: Fix broken shared library build on AIX. - Issue #7716: Under Solaris, don't assume existence of /usr/xpg4/bin/grep in |