]> git.ipfire.org Git - thirdparty/krb5.git/commit
Fix k5test prompts for Python 3 819/head
authorGreg Hudson <ghudson@mit.edu>
Wed, 25 Jul 2018 15:50:02 +0000 (11:50 -0400)
committerGreg Hudson <ghudson@mit.edu>
Thu, 26 Jul 2018 14:22:10 +0000 (10:22 -0400)
commit297535b72177dcced036b78107e9d0e37781c7a3
tree7e5c6cf3cd387726049c4adad1518acff8c7bf8c
parent728b66ab867e31c4c338c6a6309d629d39a4ec3f
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.

ticket: 8710
src/util/k5test.py