This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author nlopes
Recipients amaury.forgeotdarc, inducer, nlopes
Date 2009-06-22.19:59:58
SpamBayes Score 5.325314e-06
Marked as misclassified No
Message-id <1245700799.82.0.176165191177.issue6323@psf.upfronthosting.co.za>
In-reply-to
Content
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$
History
Date User Action Args
2009-06-22 19:59:59nlopessetrecipients: + nlopes, amaury.forgeotdarc, inducer
2009-06-22 19:59:59nlopessetmessageid: <1245700799.82.0.176165191177.issue6323@psf.upfronthosting.co.za>
2009-06-22 19:59:58nlopeslinkissue6323 messages
2009-06-22 19:59:58nlopescreate