[New-bugs-announce] [issue1038] [py3k] pdb does not work in python 3000

Gregory P. Smith report at bugs.python.org
Tue Aug 28 01:32:11 CEST 2007


New submission from Gregory P. Smith:

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

----------
components: Library (Lib)
keywords: py3k
messages: 55342
nosy: gregory.p.smith
severity: normal
status: open
title: [py3k] pdb does not work in python 3000
type: behavior
versions: Python 3.0

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1038>
__________________________________


More information about the New-bugs-announce mailing list