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 | gregory.p.smith |
|---|---|
| Recipients | gregory.p.smith |
| Date | 2007年08月27日.23:32:10 |
| SpamBayes Score | 0.39837897 |
| Marked as misclassified | No |
| Message-id | <1188257531.14.0.772690749596.issue1038@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The Lib/pdb.py debugger fails in the py3k branch. Traceback (most recent call last): File "/usr/local/gps/python/py3k/Lib/pdb.py", line 1247, in main pdb._runscript(mainpyfile) File "/usr/local/gps/python/py3k/Lib/pdb.py", line 1173, in _runscript self.run(statement) File "/usr/local/gps/python/py3k/Lib/bdb.py", line 365, in run exec(cmd, globals, locals) File "<string>", line 1 exec("# bla bla bla first line of your file being debugged ^ SyntaxError: EOL while scanning single-quoted string Uncaught exception. Entering post mortem debugging |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2007年08月27日 23:32:11 | gregory.p.smith | set | spambayes_score: 0.398379 -> 0.39837897 recipients: + gregory.p.smith |
| 2007年08月27日 23:32:11 | gregory.p.smith | set | spambayes_score: 0.398379 -> 0.398379 messageid: <1188257531.14.0.772690749596.issue1038@psf.upfronthosting.co.za> |
| 2007年08月27日 23:32:11 | gregory.p.smith | link | issue1038 messages |
| 2007年08月27日 23:32:10 | gregory.p.smith | create | |