Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.507 (Entity 5.507) From: ghudson@mit.edu Subject: git commit RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 474 Fix k5test prompts for Python 3 With Python 3, sys.stdout.write() of a partial line followed by sys.stdin.readline() does not display the partial line. Add explicit flushes to make prompts visible in k5test.py. https://github.com/krb5/krb5/commit/297535b72177dcced036b78107e9d0e37781c7a3 Author: Greg Hudson Commit: 297535b72177dcced036b78107e9d0e37781c7a3 Branch: master src/util/k5test.py | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)