Mercurial > hg
diff mercurial/lsprof.py @ 5613:2e76e5a23c2b
workaround for raw_input() on Windows
Since change a3fe91b4f6eb, Mercurial has set_binary() on stdin, stdout, and stderr.
On Windows, this had the side effect of causing raw_input() to emit trailing carriage
returns on it's returned strings. This was causing web authentication problems.
author | Steve Borho <steve@borho.org> |
---|---|
date | Mon, 03 Dec 2007 17:28:26 -0600 |
parents | 976b6b2a1613 |
children | 30c40ba10963 |