Tagged Questions

1
vote
1answer
101 views

Handling exceptions without try block in Python’s interactive shell

See the title of this question. I want to play with the exception raised in the last command. _ didn't help me. Is there anything like that?
3
votes
1answer
273 views

Make Emacs use UTF-8 with Python Interactive Mode

When I start Python from Mac OS' Terminal.app, python recognises the encoding as UTF-8: $ python3.0 Python 3.0.1 (r301:69556, May 18 2009, 16:44:01) [GCC 4.0.1 (Apple Inc. build 5465)] on darwin …