diff options
author | Georg Brandl <georg@python.org> | 2011-02-19 08:58:23 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-02-19 08:58:23 (GMT) |
commit | 216e404bca5485ca2bf837b9f351731c535702d8 (patch) | |
tree | c2b5e4fe9c9a589748415d876a5a022a0e2c6e93 /Misc | |
parent | 6e8d17c06271d6841b6c8cc8f8cdf6ffd2ef6c70 (diff) | |
download | cpython-216e404bca5485ca2bf837b9f351731c535702d8.zip cpython-216e404bca5485ca2bf837b9f351731c535702d8.tar.gz cpython-216e404bca5485ca2bf837b9f351731c535702d8.tar.bz2 |
#11184: Fix large file support on AIX.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -18,6 +18,8 @@ Build - Issue #11222: Fix non-framework shared library build on Mac OS X. +- Issue #11184: Fix large-file support on AIX. + - Issue #941346: Fix broken shared library build on AIX. Documentation |