commit | 08970cb03c61f62f4f69e7769d0075fa66bb86aa | [log] [tgz] |
---|---|---|
author | Michael Felt <aixtools@users.noreply.github.com> | Fri Jun 21 15:58:00 2019 +0200 |
committer | Nick Coghlan <ncoghlan@gmail.com> | Fri Jun 21 23:58:00 2019 +1000 |
tree | d21eace1d1ccc427519a8b1eb9722bb81228317b | |
parent | d0068000b266e9b7b0178e3d0640cceda5f3c7fb [diff] |
bpo-36210: update optional extension handling for AIX (GH-12202) * Switch to officially supported curses from 3rd-party ASIS supported ncurses * stop saying optional modules osaudiodev and spwd are missing on AIX Patch by M.Felt