[issue21398] pydoc heapq leaves terminal in an unusable state

2014-04-30 Thread Stefan Krah
New submission from Stefan Krah: $ ./python -m pydoc heapq Traceback (most recent call last): File /home/stefan/hg/cpython/Lib/runpy.py, line 170, in _run_module_as_main __main__, mod_spec) File /home/stefan/hg/cpython/Lib/runpy.py, line 85, in _run_code exec(code, run_globals)

[issue21398] pydoc heapq leaves terminal in an unusable state

2014-04-30 Thread Stefan Krah
Changes by Stefan Krah stefan-use...@bytereef.org: -- type: - behavior ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21398 ___ ___

[issue21398] pydoc heapq leaves terminal in an unusable state

2014-04-30 Thread R. David Murray
R. David Murray added the comment: Works fine for me. -- nosy: +r.david.murray ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21398 ___ ___

[issue21398] pydoc heapq leaves terminal in an unusable state

2014-04-30 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: the pydoc module works fine but when I use CTRL-C to quit it, I get this error in the terminal. I think it's an other bug but the traceback is really similar. Stephane Traceback (most recent call last): File

[issue21398] pydoc heapq leaves terminal in an unusable state

2014-04-30 Thread Stefan Krah
Stefan Krah added the comment: Did you use the same locale settings? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21398 ___ ___

[issue21398] pydoc heapq leaves terminal in an unusable state

2014-04-30 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: locale LANG=en_US.UTF-8 LC_COLLATE=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 LC_MONETARY=en_US.UTF-8 LC_NUMERIC=en_US.UTF-8 LC_TIME=en_US.UTF-8 LC_ALL=en_US.UTF-8 -- ___ Python tracker