R. David Murray added the comment:

As far as I can see it has been.  In both 2.7 and 3.3 I get:

rdmurray@hey:~/python/p33>./python somecode.py
> /home/rdmurray/python/p33/somecode.py(3)<module>()
-> raise Exception('This is a message that contains a lot of characters and is 
very long indeed.')
(Pdb) n
Exception: This is a message that contains a lot of characters and is very long 
indeed.
> /home/rdmurray/python/p33/somecode.py(3)<module>()
-> raise Exception('This is a message that contains a lot of characters and is 
very long indeed.')
(Pdb)

----------
nosy: +r.david.murray
resolution:  -> out of date
stage:  -> committed/rejected
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15565>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to