diff options
author | Eric N. Vander Weele <ericvw@gmail.com> | 2017-05-24 19:27:47 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2017-05-24 19:27:47 (GMT) |
commit | 7c2f82d158a19ec9ee6b7e259c243e1f06f0434f (patch) | |
tree | f3103cf196980791eadc1a2b0f3e360710d7c3b7 /Misc/README.AIX | |
parent | 1de4705d00168afa8c5b6741af02e21fc609af58 (diff) | |
download | cpython-7c2f82d158a19ec9ee6b7e259c243e1f06f0434f.zip cpython-7c2f82d158a19ec9ee6b7e259c243e1f06f0434f.tar.gz cpython-7c2f82d158a19ec9ee6b7e259c243e1f06f0434f.tar.bz2 |
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 <ericvw@gmail.com>
Diffstat (limited to 'Misc/README.AIX')
-rw-r--r-- | Misc/README.AIX | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Misc/README.AIX b/Misc/README.AIX index b3e6472..82348f2 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 ====================================================================== |