changeset 47500 | 23f5ed6dbcb1 |
parent 45830 | c102b704edb5 |
child 48870 | df56e6bd37f6 |
47499:9b1710c50230 | 47500:23f5ed6dbcb1 |
---|---|
1 #!/usr/bin/env python3 |
1 #!/usr/bin/env python |
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 |