nlopes <shelika.v...@gmail.com> added the comment:

I can reproduce it in my OpenBSD 4.5 box (only one I tried).

This simple code:
print(3
seems to break the pdb flow in python 3.1 the way Andreas described it.

When I tried in 2.7, this is what I get:
-bash-3.2$ ./python -m pdb test.py
SyntaxError: ('invalid syntax', ('test.py', 2, 8, ''))
> <string>(1)<module>()
(Pdb) q
[20367 refs]
-bash-3.2$

----------
nosy: +nlopes

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

Reply via email to