From: Eric N. Vander Weele Date: Wed, 24 May 2017 19:27:47 +0000 (-0700) Subject: bpo-28845: Clean up known issues for AIX (GH-1670) X-Git-Tag: v3.7.0a1~743 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7c2f82d158a19ec9ee6b7e259c243e1f06f0434f;p=python bpo-28845: Clean up known issues for AIX (GH-1670) Clean up `Misc/README.AIX` for addressed known issues. - Issues that have been marked fixed: #11184, #11185 - Issues resolved by new AIX version: #1745108 - Issues resolved, but not yet marked fixed/closed: #11188 Signed-off-by: Eric N. Vander Weele --- diff --git a/Misc/README.AIX b/Misc/README.AIX index b3e64724d7..82348f29eb 100644 --- a/Misc/README.AIX +++ b/Misc/README.AIX @@ -91,12 +91,6 @@ Those issues are currently affecting Python on AIX: consider using the provided patch that implements a custom malloc implementation -* issue 11184: support for large files is currently broken - -* issue 11185: os.wait4 does not behave correctly with option WNOHANG - -* issue 1745108: there may be some problems with curses.panel - * issue 11192: test_socket fails * issue 11190: test_locale fails @@ -107,7 +101,6 @@ Those issues are currently affecting Python on AIX: * issue 11215: test_fileio fails -* issue 11188: test_time fails ======================================================================