Issue448485

classification
Title: Tuple unpacking raises KeyError
Type: Severity: normal
Components: Jythonc compiler Versions:
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: bckfnn Nosy List: bckfnn
Priority: normal Keywords:

Created on 2001-08-06.18:44:10 by bckfnn, last changed 2001-10-28.14:46:58 by bckfnn.

Messages
msg373 (view) Author: Finn Bock (bckfnn) Date: 2001-08-06.18:44:10
In jythonc, this snippet raises a KeyError instead of 
the ValueError raised in the interpreter.

(a, b, c) = string.split("elem1 elem2")

msg374 (view) Author: Finn Bock (bckfnn) Date: 2001-08-06.18:47:59
Logged In: YES 
user_id=4201

Added as test314.
msg375 (view) Author: Finn Bock (bckfnn) Date: 2001-10-28.14:46:58
Logged In: YES 
user_id=4201

Fixed in:
SimpleCompiler.py: 2.16;
BaseEvaluator.py: 2.12;
History
Date User Action Args
2001-08-06 18:44:10bckfnncreate