tests/test-stdio.py
changeset 45830 c102b704edb5
parent 45148 a37f290a7124
child 47500 23f5ed6dbcb1
equal deleted inserted replaced
45829:e7a4c018b563 45830:c102b704edb5
     1 #!/usr/bin/env python
     1 #!/usr/bin/env python3
     2 """
     2 """
     3 Tests the buffering behavior of stdio streams in `mercurial.utils.procutil`.
     3 Tests the buffering behavior of stdio streams in `mercurial.utils.procutil`.
     4 """
     4 """
     5 from __future__ import absolute_import
     5 from __future__ import absolute_import
     6 
     6