[New-bugs-announce] [issue27244] print('; ; ') fails in pdb with SyntaxError

Chris Withers report at bugs.python.org
Mon Jun 6 16:43:45 EDT 2016


New submission from Chris Withers:

This doesn't seem right:

(Pdb) ';;'
*** SyntaxError: EOL while scanning string literal
*** SyntaxError: EOL while scanning string literal
(Pdb) p ';;'
*** SyntaxError: EOL while scanning string literal
*** SyntaxError: EOL while scanning string literal
(Pdb) !print(';;')
*** SyntaxError: EOL while scanning string literal
*** SyntaxError: EOL while scanning string literal

----------
components: Library (Lib)
messages: 267549
nosy: cjw296
priority: normal
severity: normal
status: open
title: print(';;') fails in pdb with SyntaxError
versions: Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27244>
_______________________________________


More information about the New-bugs-announce mailing list