[New-bugs-announce] [issue7050] (x,y) += (1,2) crashes IDLE

Mark Fitzgerald report at bugs.python.org
Sat Oct 3 16:54:34 CEST 2009


New submission from Mark Fitzgerald <mark.fitzgerald2 at sympatico.ca>:

Start up IDLE.  Type "(x,y) += (1,2)" (without the double-quotes), then
press Enter.  IDLE unexpectedly terminates without message, pop-up, or
warning.  Admittedly, this line of code is likely not legal, but
shouldn't it just raise SyntaxError?

----------
components: IDLE
messages: 93495
nosy: mfitz
severity: normal
status: open
title: (x,y) += (1,2) crashes IDLE
type: crash
versions: Python 3.1

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


More information about the New-bugs-announce mailing list