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 <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1038>
__________________________________
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to